repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir parsing
[llvm-core.git]
/
tools
/
llvm-jitlink
/
CMakeLists.txt
blob
5e022f1d2a576aae44b510ccdba1a7c279dc6191
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsDescs
3
AllTargetsDisassemblers
4
AllTargetsInfos
5
BinaryFormat
6
ExecutionEngine
7
JITLink
8
MC
9
Object
10
OrcJIT
11
RuntimeDyld
12
Support
13
)
14
15
add_llvm_tool(llvm-jitlink
16
llvm-jitlink.cpp
17
llvm-jitlink-macho.cpp
18
)
19
20
export_executable_symbols(llvm-jitlink)