mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
f8c8b1a8b3
When importing symbols from another module, also import any corresponding symver directives. Differential revision: https://reviews.llvm.org/D92335
17 lines
229 B
CMake
17 lines
229 B
CMake
add_llvm_component_library(LLVMLinker
|
|
IRMover.cpp
|
|
LinkModules.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Linker
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
Object
|
|
Support
|
|
TransformUtils
|
|
)
|