[all-commits] [llvm/llvm-project] 1d085f: [gn build] Don't pass -fuse-ld=lld to compiler-rt ...
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Jan 26 15:08:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d085f1147346fb4030f4bd467f8447f3cd16c36
https://github.com/llvm/llvm-project/commit/1d085f1147346fb4030f4bd467f8447f3cd16c36
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M llvm/utils/gn/secondary/compiler-rt/test/test.gni
Log Message:
-----------
[gn build] Don't pass -fuse-ld=lld to compiler-rt tests
This was done for check-hwasan, but compiler-rt/test/hwasan/lit.cfg.py
already does that.
This makes check-asan (to be submitted) fail on Windows due to using
lld-link (as opposed to MSVC link.exe) in tests. That seems like a
problem that should be fixed, but that's orthogonal to this patch.
More information about the All-commits
mailing list