repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AMDGPU][AsmParser][NFC] Get rid of custom default operand handlers.
[llvm-project.git]
/
clang
/
tools
/
clang-repl
/
CMakeLists.txt
blob
2ccbe292fd49e096041596f7654a5425ccbc1284
1
set( LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
Core
4
LineEditor
5
Option
6
OrcJIT
7
Support
8
)
9
10
add_clang_tool(clang-repl
11
ClangRepl.cpp
12
)
13
14
clang_target_link_libraries(clang-repl PRIVATE
15
clangAST
16
clangBasic
17
clangFrontend
18
clangInterpreter
19
)
20
21
# Support plugins.
22
if(CLANG_PLUGIN_SUPPORT)
23
export_executable_symbols_for_plugins(clang-repl)
24
endif()