[all-commits] [llvm/llvm-project] 140808: [test] Fix asan/TestCases/Linux/globals-gc-section...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Dec 6 11:11:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 140808768d3e5c0f4e52dd42094650f5d282e34a
https://github.com/llvm/llvm-project/commit/140808768d3e5c0f4e52dd42094650f5d282e34a
Author: Fangrui Song <i at maskray.me>
Date: 2020-12-06 (Sun, 06 Dec 2020)
Changed paths:
M compiler-rt/test/asan/TestCases/Linux/globals-gc-sections-lld.cpp
Log Message:
-----------
[test] Fix asan/TestCases/Linux/globals-gc-sections-lld.cpp with -fsanitize-address-globals-dead-stripping
r302591 dropped -fsanitize-address-globals-dead-stripping for ELF platforms
(to work around a gold<2.27 bug: https://sourceware.org/bugzilla/show_bug.cgi?id=19002)
Upgrade REQUIRES: from lto (COMPILER_RT_TEST_USE_LLD (set by Android, but rarely used elsewhere)) to lto-available.
More information about the All-commits
mailing list