[clang-repl] Add final set of missing library dependencies.

This commit is contained in:
Vassil Vassilev 2021-05-13 08:06:52 +00:00
parent 8a86787847
commit b2186a69c1

View File

@ -1,6 +1,8 @@
set( LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Core
Option
OrcJIT
Support
)
@ -10,6 +12,7 @@ add_clang_executable(clang-repl
)
target_link_libraries(clang-repl PUBLIC
clangBasic
clangInterpreter
clangTooling
LLVMLineEditor