mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
ca3f24eddb
At some point we're going to need libObject to have this dependency, but as it is now this is causing too many headaches. This commit will reduce the linkage to just llvm-objdump where it is strictly needed, and we'll cross the libObject bridge later when we need it. llvm-svn: 270866
25 lines
419 B
CMake
25 lines
419 B
CMake
add_llvm_library(LLVMObject
|
|
Archive.cpp
|
|
ArchiveWriter.cpp
|
|
Binary.cpp
|
|
COFFObjectFile.cpp
|
|
ELF.cpp
|
|
ELFObjectFile.cpp
|
|
Error.cpp
|
|
IRObjectFile.cpp
|
|
MachOObjectFile.cpp
|
|
MachOUniversal.cpp
|
|
ModuleSummaryIndexObjectFile.cpp
|
|
Object.cpp
|
|
ObjectFile.cpp
|
|
RecordStreamer.cpp
|
|
SymbolicFile.cpp
|
|
SymbolSize.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Object
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|