[ORC-RT] Fix typo.
authorLang Hames <lhames@gmail.com>
Fri, 2 Sep 2022 06:16:45 +0000 (23:16 -0700)
committerLang Hames <lhames@gmail.com>
Fri, 2 Sep 2022 06:16:45 +0000 (23:16 -0700)
Removes the stray '$' that slipped in to c1c585a065e5.

compiler-rt/test/orc/CMakeLists.txt

index 4d3e80c..e8811d9 100644 (file)
@@ -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})