Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 64a274b45551d0582f84d7f42ab83faceeb1f342..40479b1109b7c25c98a63ae5c71a79638c7b6dc0 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2985,7 +2985,8 @@ |
}], |
['use_lto==1 and (target_arch=="ia32" or target_arch=="x64")', { |
# Required for third_party/zlib/crc_folding.c and various other code |
- # that uses SSE. |
+ # that uses SSE. TODO(pcc): Remove this once we properly support |
+ # subtarget specific code generation in LLVM. |
'ldflags': ['-Wl,-plugin-opt,mcpu=corei7-avx'], |
}], |
], # conditions for 'target_defaults' |