[all-commits] [llvm/llvm-project] c1c585: [ORC-RT] Don't unconditionally add dependence on l...
lhames via All-commits
all-commits at lists.llvm.org
Thu Sep 1 22:54:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1c585a065e5f694570d334d0e432454be41e220
https://github.com/llvm/llvm-project/commit/c1c585a065e5f694570d334d0e432454be41e220
Author: Lang Hames <lhames at gmail.com>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M compiler-rt/test/orc/CMakeLists.txt
Log Message:
-----------
[ORC-RT] Don't unconditionally add dependence on llvm-jitlink.
Commit 4adc5bead4a moved a dependence on llvm-jitlink from
SANITIZER_COMMON_LIT_TEST_DEPS to ORC_TEST_DEPS, but in doing so it moved it
out from under a 'NOT COMPILER_RT_STANDALONE_BUILD ...' conditional. This led
to failures on standalone builds.
This commit adds the conditional to the ORC_TEST_DEPS assignment to work
around the issue while we look a longer term fix.
rdar://99453446
More information about the All-commits
mailing list