projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[MCJIT] Update CMakeLists.txt for llvm-rtdyld to add Object as a requirement.
[oota-llvm.git]
/
tools
/
llvm-rtdyld
/
CMakeLists.txt
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
DebugInfo
4
ExecutionEngine
5
MC
6
Object
7
RuntimeDyld
8
Support
9
)
10
11
add_llvm_tool(llvm-rtdyld
12
llvm-rtdyld.cpp
13
)