summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorengedy <engedy@chromium.org>2015-12-09 04:58:15 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-09 12:59:16 +0000
commitaf4e20d002ee9acc62854db5bd89f2aa14b2d419 (patch)
tree3edd516f81273101f5929d3e4285e78ad20b9052 /build/common.gypi
parent03c445802b1a6bfd80e43d4d085c51636fe643cf (diff)
downloadchromium_src-af4e20d002ee9acc62854db5bd89f2aa14b2d419.zip
chromium_src-af4e20d002ee9acc62854db5bd89f2aa14b2d419.tar.gz
chromium_src-af4e20d002ee9acc62854db5bd89f2aa14b2d419.tar.bz2
Revert of roll clang 254049:254793 (patchset #3 id:40001 of https://codereview.chromium.org/1507873002/ )
Reason for revert: Speculative revert to see if this fixes link error on 'Google Chrome Linux x64'. Please see first comment on the revert CL for more info. Original issue's description: > 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 > > Committed: https://crrev.com/3c862a1dff6cbe5f693ba788cdc71770d408e7b7 > Cr-Commit-Position: refs/heads/master@{#363986} TBR=hans@chromium.org,thakis@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=565541 Review URL: https://codereview.chromium.org/1508403002 Cr-Commit-Position: refs/heads/master@{#364051}
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index c4d1a05..f591d98 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4562,9 +4562,13 @@
'-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',