mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
6dc7e7b9e4
Decompressor intention is to reduce duplication of code. Currently LLD has own implementation of decompressor for compressed debug sections. This class helps to avoid it and share the code. LLD patch for reusing it is D28106 Differential revision: https://reviews.llvm.org/D28105 llvm-svn: 291675
28 lines
483 B
CMake
28 lines
483 B
CMake
add_llvm_library(LLVMObject
|
|
Archive.cpp
|
|
ArchiveWriter.cpp
|
|
Binary.cpp
|
|
COFFObjectFile.cpp
|
|
Decompressor.cpp
|
|
ELF.cpp
|
|
ELFObjectFile.cpp
|
|
Error.cpp
|
|
IRObjectFile.cpp
|
|
MachOObjectFile.cpp
|
|
MachOUniversal.cpp
|
|
ModuleSummaryIndexObjectFile.cpp
|
|
ModuleSymbolTable.cpp
|
|
Object.cpp
|
|
ObjectFile.cpp
|
|
RecordStreamer.cpp
|
|
SymbolicFile.cpp
|
|
SymbolSize.cpp
|
|
WasmObjectFile.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Object
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|