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

Unified Diff: build/common.gypi

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 | « no previous file | build/config/win/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 502d519d1a2d182f27588b7e4a0b144406480c88..203247dce51c1cc6fafacc7ff6a23399d14d0862 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5821,8 +5821,9 @@
'-Wno-missing-field-initializers',
# 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',
# TODO(hans): Make this list shorter eventually, http://crbug.com/504657
'-Wno-microsoft-enum-value', # http://crbug.com/505296
« no previous file with comments | « no previous file | build/config/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698