repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MIPS GlobalISel] Lower call for callee that is register
[llvm-complete.git]
/
tools
/
llvm-jitlink
/
CMakeLists.txt
blob
4bfffa99c21b27791c31de5d5d38b03ae6fe2922
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
BinaryFormat
4
ExecutionEngine
5
JITLink
6
MC
7
Object
8
OrcJIT
9
RuntimeDyld
10
Support
11
)
12
13
add_llvm_tool(llvm-jitlink
14
llvm-jitlink.cpp
15
llvm-jitlink-macho.cpp
16
)
17
18
export_executable_symbols(llvm-jitlink)