Fix running orc-rt tests with LLVM_BUILD_EXTERNAL_COMPILER_RT (again).
authorLang Hames <lhames@gmail.com>
Tue, 5 Jul 2022 22:01:15 +0000 (15:01 -0700)
committerLang Hames <lhames@gmail.com>
Tue, 5 Jul 2022 22:20:08 +0000 (15:20 -0700)
commit9b1cf2e2b2a8ca2bc10894d569a653429b989dd0
tree2eccb6222a84bbf76c1714d4006364edc1826a1e
parentf553287b588916de09c66e3e32bf75e5060f967f
Fix running orc-rt tests with LLVM_BUILD_EXTERNAL_COMPILER_RT (again).

Add missing dependency on lli when building compiler-rt with
LLVM_BUILD_EXTERNAL_COMPILER_RT. Previously we would non-deterministically fail
the tests due to the missing binary.

This is essentially identical to 0e5ea403e8d, which added an earlier dependence
on llvm-jitlink.

rdar://96467892
clang/runtime/CMakeLists.txt