You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
353 B
24 lines
353 B
7 months ago
|
set(LLVM_LINK_COMPONENTS
|
||
|
AllTargetsAsmPrinters
|
||
|
AllTargetsDescs
|
||
|
AllTargetsDisassemblers
|
||
|
AllTargetsInfos
|
||
|
CodeGen
|
||
|
DebugInfoDWARF
|
||
|
MC
|
||
|
MCDisassembler
|
||
|
Object
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_llvm_tool(llvm-objdump
|
||
|
llvm-objdump.cpp
|
||
|
COFFDump.cpp
|
||
|
ELFDump.cpp
|
||
|
MachODump.cpp
|
||
|
)
|
||
|
|
||
|
if(HAVE_LIBXAR)
|
||
|
target_link_libraries(llvm-objdump ${XAR_LIB})
|
||
|
endif()
|