Skip to content

Commit bcc17d1

Browse files
author
kr-2003
committed
llvm-jitlink-executor target
1 parent dfc6fba commit bcc17d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang/unittests/Interpreter/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ add_distinct_clang_unittest(ClangReplInterpreterTests
3131
Object
3232
)
3333

34+
if(TARGET llvm-jitlink-executor)
35+
add_dependencies(ClangReplInterpreterTests llvm-jitlink-executor)
36+
endif()
37+
3438
# Exceptions on Windows are not yet supported.
3539
if(NOT WIN32)
3640
add_subdirectory(ExceptionTests)

0 commit comments

Comments
 (0)