summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-12-08 21:04:48 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-09 05:06:30 +0000
commit3c862a1dff6cbe5f693ba788cdc71770d408e7b7 (patch)
tree73d466948caf053fd70c1cbe635fdf61c63d1643 /build/common.gypi
parent7afb0474da50c93fa2360fc70ccbb73a313a45f7 (diff)
downloadchromium_src-3c862a1dff6cbe5f693ba788cdc71770d408e7b7.zip
chromium_src-3c862a1dff6cbe5f693ba788cdc71770d408e7b7.tar.gz
chromium_src-3c862a1dff6cbe5f693ba788cdc71770d408e7b7.tar.bz2
roll clang 254049:254793
This switches msan to the new ABI. It's also the first roll that used update.py instead of update.sh to build the packages. It also changes package.py to bundle up libstdc++ on linux unconditionally, and removes the --gcc-toolchain flag from it (the auto-downloaded gcc should be good enough; one fewer thing I can get wrong). BUG=565541 Review URL: https://codereview.chromium.org/1507873002 Cr-Commit-Position: refs/heads/master@{#363986}
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi
index f591d98..c4d1a05 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4562,13 +4562,9 @@
'-fsanitize=memory',
'-fsanitize-memory-track-origins=<(msan_track_origins)',
'-fsanitize-blacklist=<(msan_blacklist)',
- # TODO(eugenis): Remove when msan migrates to new ABI (crbug.com/560589).
- '-fPIC',
],
'ldflags': [
'-fsanitize=memory',
- # TODO(eugenis): Remove when msan migrates to new ABI (crbug.com/560589).
- '-pie',
],
'defines': [
'MEMORY_SANITIZER',