mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
9edec15443
So that we can call it from llvm-pdbdump. llvm-svn: 268580
19 lines
288 B
CMake
19 lines
288 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
DebugInfoCodeView
|
|
Object
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-readobj
|
|
ARMAttributeParser.cpp
|
|
ARMWinEHPrinter.cpp
|
|
COFFDumper.cpp
|
|
COFFImportDumper.cpp
|
|
ELFDumper.cpp
|
|
Error.cpp
|
|
llvm-readobj.cpp
|
|
MachODumper.cpp
|
|
ObjDumper.cpp
|
|
Win64EHDumper.cpp
|
|
)
|