1 set(LLVM_LINK_COMPONENTS
2 ${LLVM_TARGETS_TO_BUILD}
9 add_clang_unittest(ClangReplInterpreterTests
10 IncrementalProcessingTest.cpp
12 CodeCompletionTest.cpp
14 target_link_libraries(ClangReplInterpreterTests PUBLIC
22 # Exceptions on Windows are not yet supported.
24 add_subdirectory(ExceptionTests)
27 export_executable_symbols(ClangReplInterpreterTests)