repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing include for ptrdiff_t. Patch by Joerg Sonnenberger!
[llvm.git]
/
tools
/
llvm-objdump
/
CMakeLists.txt
blob
4181b32bca6796fd12581b7b122969ff9e22d0a1
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
MC
4
MCParser
5
MCDisassembler
6
Object
7
)
8
9
add_llvm_tool(llvm-objdump
10
llvm-objdump.cpp
11
)