[all-commits] [llvm/llvm-project] 9b1cf2: Fix running orc-rt tests with LLVM_BUILD_EXTERNAL_...
lhames via All-commits
all-commits at lists.llvm.org
Tue Jul 5 15:20:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b1cf2e2b2a8ca2bc10894d569a653429b989dd0
https://github.com/llvm/llvm-project/commit/9b1cf2e2b2a8ca2bc10894d569a653429b989dd0
Author: Lang Hames <lhames at gmail.com>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M clang/runtime/CMakeLists.txt
Log Message:
-----------
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
More information about the All-commits
mailing list