brintos

brintos / llvm-project-archived public Read only

0
0
Text · 244 B · 5afb40f Raw
18 lines · plain
1add_llvm_component_library(LLVMLinker2  IRMover.cpp3  LinkModules.cpp4 5  ADDITIONAL_HEADER_DIRS6  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Linker7 8  DEPENDS9  intrinsics_gen10 11  LINK_COMPONENTS12  Core13  Object14  Support15  TransformUtils16  TargetParser17  )18