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
[llvm-nm] - Add a test case for case when we dump a symbol that belongs to a section...
[llvm-complete.git]
/
tools
/
llvm-rtdyld
/
CMakeLists.txt
blob
e1738633cfc39039bb6497e7eff029b4aacdd0ea
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsDisassemblers
3
AllTargetsDescs
4
AllTargetsInfos
5
DebugInfoDWARF
6
ExecutionEngine
7
MC
8
Object
9
RuntimeDyld
10
Support
11
)
12
13
add_llvm_tool(llvm-rtdyld
14
llvm-rtdyld.cpp
15
)