mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
46e7d6ca8e
Create a dedicate module for the DWARFLinker and make it depend on intrinsics gen.
9 lines
151 B
CMake
9 lines
151 B
CMake
add_llvm_component_library(LLVMDWARFLinker
|
|
DWARFLinkerCompileUnit.cpp
|
|
DWARFLinkerDeclContext.cpp
|
|
DWARFLinker.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|