mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
b8ff7ef369
This currently prints the ELF program headers. llvm-svn: 171649
17 lines
223 B
CMake
17 lines
223 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
${LLVM_TARGETS_TO_BUILD}
|
|
DebugInfo
|
|
MC
|
|
MCParser
|
|
MCDisassembler
|
|
Object
|
|
)
|
|
|
|
add_llvm_tool(llvm-objdump
|
|
llvm-objdump.cpp
|
|
COFFDump.cpp
|
|
ELFDump.cpp
|
|
MachODump.cpp
|
|
MCFunction.cpp
|
|
)
|