We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf0f6f commit 3044549Copy full SHA for 3044549
clang/unittests/Interpreter/CMakeLists.txt
@@ -37,7 +37,7 @@ set(CLANG_REPL_TEST_SOURCES
37
CodeCompletionTest.cpp
38
)
39
40
-if(TARGET compiler-rt)
+if(TARGET compiler-rt AND LLVM_ON_UNIX)
41
list(APPEND CLANG_REPL_TEST_SOURCES
42
OutOfProcessInterpreterTests.cpp
43
@@ -61,7 +61,7 @@ add_distinct_clang_unittest(ClangReplInterpreterTests
61
${LLVM_COMPONENTS_TO_LINK}
62
63
64
65
add_dependencies(ClangReplInterpreterTests
66
llvm-jitlink-executor
67
compiler-rt
0 commit comments