Commit 5926b3d2 authored by hans's avatar hans Committed by Commit bot

Drop -fno-slp-vectorize from the Clang build

http://llvm.org/PR20354 was fixed and rolled into Chromium in
the latest Clang roll.

BUG=none

Review URL: https://codereview.chromium.org/582583003

Cr-Commit-Position: refs/heads/master@{#295564}
parent 2989fef8
...@@ -3665,11 +3665,6 @@ ...@@ -3665,11 +3665,6 @@
'-Wl,--warn-shared-textrel', '-Wl,--warn-shared-textrel',
], ],
}], }],
['clang==1', {
# TODO(thakis): Remove once http://llvm.org/PR20354 is fixed
# and the fix is in chromium.
'cflags': [ '-fno-slp-vectorize', ],
}],
['profiling==1', { ['profiling==1', {
'cflags': [ 'cflags': [
'-fno-omit-frame-pointer', '-fno-omit-frame-pointer',
...@@ -4803,12 +4798,6 @@ ...@@ -4803,12 +4798,6 @@
# cfe-dev discussion. # cfe-dev discussion.
'-Wno-selector-type-mismatch', '-Wno-selector-type-mismatch',
], ],
'OTHER_CFLAGS': [
# TODO(thakis): Remove once http://llvm.org/PR20354 is fixed
# and the fix is in chromium.
'-fno-slp-vectorize',
],
'conditions': [ 'conditions': [
['clang_xcode==0', { ['clang_xcode==0', {
'CC': '$(SOURCE_ROOT)/<(clang_dir)/clang', 'CC': '$(SOURCE_ROOT)/<(clang_dir)/clang',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment