llvm-project/compiler-rt/test
Arthur Eubanks aa89ceab48 [win][compiler-rt] Make tests use lld-link instead of link
Git bash ships with a link.exe. We try to add git bash to the beginning
of PATH (see D84380). These tests end up executing the wrong link.exe.

As a workaround, use lld-link. Note that `REQUIRES: lld-available` tests currently aren't running, see D128567. I did manually verify that these tests pass with lld-link.

Reviewed By: rnk, hans

Differential Revision: https://reviews.llvm.org/D136108
2022-10-18 08:46:23 -07:00
..
BlocksRuntime [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
asan [win][compiler-rt] Make tests use lld-link instead of link 2022-10-18 08:46:23 -07:00
builtins [compiler-rt] Bump deployment target in tests 2022-10-12 17:28:48 -04:00
cfi [test] Change -lowertypetests tests to use -passes= 2022-07-17 21:33:02 -07:00
crt [crt][test] Fix dso_handle.cpp for Linux systems which default to PIE 2022-04-07 09:37:59 -07:00
dfsan [DFSan] Increase size of buffer to fix possibly-flakey test. 2022-09-02 17:52:12 -07:00
fuzzer [test][fuzzer] XFAIL tvOS tests pending investigation. (rdar://99981102) 2022-09-15 13:40:28 -07:00
gwp_asan [compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 Linux 2021-07-19 10:45:11 +00:00
hwasan [test][hwasan] Update test for D132622 2022-09-06 15:54:04 -07:00
interception
lsan [lsan][Darwin] Scan libdispatch and Foundation memory regions 2022-09-14 16:46:40 -04:00
memprof [memprof] dump memprof profile when receive deadly signals 2022-10-08 10:08:23 +08:00
msan [test][msan] Pin varg.cpp to -fno-sanitize-memory-param-retval 2022-09-28 13:14:14 -07:00
orc Revert "[PhaseOrdering] add test for issue #50778; NFC" 2022-09-23 12:06:29 -04:00
profile [llvm-profdata] Rename show flag to --show-format 2022-10-07 11:35:07 -07:00
safestack Speculatively fix build bot 2022-04-20 13:39:53 -04:00
sanitizer_common [compiler-rt] Relax pthread_getaffinity test to account for cgroups/docker 2022-10-17 10:45:30 +00:00
scudo Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." 2021-05-26 10:50:26 -07:00
shadowcallstack
tsan tsan: fix deadlock/crash in signal handling 2022-09-30 14:23:46 +02:00
ubsan [ubsan][test] Make some tests have shorter file names 2022-10-18 08:45:27 -07:00
ubsan_minimal [ubsan-minimal] Report the address of an error 2022-09-05 14:18:25 +04:00
xray [compiler-rt][xray] Disable fdr-reinit test on Arm 2022-02-14 13:36:51 +00:00
.clang-format [tests][sanitizers] Don't reflow comments 2021-08-03 12:54:00 -07:00
.clang-tidy [NFC][compiler-rt] Refine .clang-tidy checks 2020-09-05 15:42:15 -07:00
CMakeLists.txt [ORC-RT] Make llvm-jitlink an ORC-RT specific dependence. 2022-08-30 17:19:54 -07:00
lit.common.cfg.py [compiler-rt] [test] Handle missing ld.gold gracefully 2022-09-07 07:14:31 +02:00
lit.common.configured.in [compiler-rt][lit] initialize LIT LLVMConfig instance 2022-08-22 16:36:39 -07:00