mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
22 lines
339 B
CMake
22 lines
339 B
CMake
add_llvm_component_library(LLVMDWARFLinker
|
|
DWARFLinkerCompileUnit.cpp
|
|
DWARFLinkerDeclContext.cpp
|
|
DWARFLinker.cpp
|
|
DWARFStreamer.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinker
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
|
|
LINK_COMPONENTS
|
|
BinaryFormat
|
|
DebugInfoDWARF
|
|
AsmPrinter
|
|
CodeGen
|
|
MC
|
|
Object
|
|
Support
|
|
)
|