From 3c862a1dff6cbe5f693ba788cdc71770d408e7b7 Mon Sep 17 00:00:00 2001 From: thakis Date: Tue, 8 Dec 2015 21:04:48 -0800 Subject: 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} --- build/common.gypi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build/common.gypi') 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', -- cgit v1.1