[PATCH] D144660: [compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLD
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 08:53:32 PDT 2023
aeubanks added a comment.
> UNSUPPORTED: HWAddressSanitizer-x86_64 :: TestCases/sizes.cpp (1365 of 13292)
ah makes sense, `compiler-rt/test/hwasan/lit.cfg.py` does check for this
> Yeah, the bot's doesn't have libc++ installed from system. It does have a sysroot prebuilt but everything ran from clang/llvm build should be self contained.
Did you mean `libstdc++`? IIUC compiler-rt tests will often compile with system headers. I think libstdc++ is typically expected to be on Linux bots. But I've marked that test as `REQUIRES: android` so it's more targeted.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144660/new/
https://reviews.llvm.org/D144660
More information about the llvm-commits
mailing list