Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(426)

Unified Diff: build/config/win/BUILD.gn

Issue 2066213002: clang/win: Use /FIintrin.h instead of /FIIntrin.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: while here, also add bug link to todo Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/win/BUILD.gn
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn
index 25eaa001e33565e0c4e0719bcc8ce09bf3ff3b80..e8039c0b1f75eb628f2c419bbe2aebf8de9f32d6 100644
--- a/build/config/win/BUILD.gn
+++ b/build/config/win/BUILD.gn
@@ -66,8 +66,9 @@ config("compiler") {
if (is_clang) {
cflags += [
# Many files use intrinsics without including this header.
- # TODO(hans): Fix those files, or move this to sub-GYPs.
- "/FIIntrin.h",
+ # TODO(hans): Fix those files, or move this to sub-GYPs,
+ # https://crbug.com/592745
+ "/FIintrin.h",
]
if (visual_studio_version == "2013") {
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698