[compiler-rt] acce424 - [ORC-RT] Fix typo.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 1 23:18:07 PDT 2022
Author: Lang Hames
Date: 2022-09-01T23:16:45-07:00
New Revision: acce4241111e3087319048b3d3aebab150c761c2
URL: https://github.com/llvm/llvm-project/commit/acce4241111e3087319048b3d3aebab150c761c2
DIFF: https://github.com/llvm/llvm-project/commit/acce4241111e3087319048b3d3aebab150c761c2.diff
LOG: [ORC-RT] Fix typo.
Removes the stray '$' that slipped in to c1c585a065e5.
Added:
Modified:
compiler-rt/test/orc/CMakeLists.txt
Removed:
################################################################################
diff --git a/compiler-rt/test/orc/CMakeLists.txt b/compiler-rt/test/orc/CMakeLists.txt
index 4d3e80cd2131..e8811d95f629 100644
--- a/compiler-rt/test/orc/CMakeLists.txt
+++ b/compiler-rt/test/orc/CMakeLists.txt
@@ -9,7 +9,7 @@ set(ORC_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
# regression testing entirely when it's not available.
if (NOT ANDROID AND NOT COMPILER_RT_STANDALONE_BUILD AND
NOT LLVM_RUNTIMES_BUILD)
- list(APPEND ORC_TEST_DEPS $llvm-jitlink)
+ list(APPEND ORC_TEST_DEPS llvm-jitlink)
endif()
set(ORC_TEST_ARCH ${ORC_SUPPORTED_ARCH})
More information about the llvm-commits
mailing list