1 1.1 joerg set( LLVM_LINK_COMPONENTS 2 1.1 joerg ${LLVM_TARGETS_TO_BUILD} 3 1.1 joerg Core 4 1.1 joerg Option 5 1.1 joerg OrcJIT 6 1.1 joerg Support 7 1.1 joerg ) 8 1.1 joerg 9 1.1 joerg add_clang_executable(clang-repl 10 1.1 joerg EXCLUDE_FROM_ALL 11 1.1 joerg ClangRepl.cpp 12 1.1 joerg ) 13 1.1 joerg 14 1.1 joerg target_link_libraries(clang-repl PUBLIC 15 1.1 joerg clangBasic 16 1.1 joerg clangInterpreter 17 1.1 joerg clangTooling 18 1.1 joerg LLVMLineEditor 19 1.1 joerg ) 20