summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2018-01-18 20:02:56 +0000
committerKostya Kortchinsky <kostyak@google.com>2018-01-18 20:02:56 +0000
commitab0d88746a017029ac69cd4ebb4f7d155c6cf930 (patch)
tree46c01e11b562fb4b06763fa6eaeb7c159abca642 /llvm/lib
parent6dce59bc37d6503e0e4e83cd0a6ca98ca1d06b28 (diff)
downloadbcm5719-llvm-ab0d88746a017029ac69cd4ebb4f7d155c6cf930.tar.gz
bcm5719-llvm-ab0d88746a017029ac69cd4ebb4f7d155c6cf930.zip
[scudo] Use -fsanitize=scudo rather than --whole-archive in tests
Summary: Tests were being run by whole-linking the static library with our test binaries. But since `-fsanitize=scudo` landed with rL317337, we might as well change how the tests are compiled to use it. The only difference will be on Android, where the clang flag links in the dynamic library instead, but the bots are already pushing `libclang_rt.*-android.so` to the device there is no additional change needed. Tested locally, including with a standalone build, and an Android one on a O device, and it all passes. Reviewers: alekseyshl Reviewed By: alekseyshl Subscribers: #sanitizers, llvm-commits Differential Revision: https://reviews.llvm.org/D42243 llvm-svn: 322882
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud