brintos

brintos / llvm-project-archived public Read only

0
0
Text · 357 B · 3da1055 Raw
25 lines · plain
1include_directories(2  ${LLVM_MAIN_SRC_DIR}/lib/Target/PowerPC3  ${LLVM_BINARY_DIR}/lib/Target/PowerPC4  )5 6set(LLVM_LINK_COMPONENTS7  CodeGenTypes8  Core9  Exegesis10  MC11  PowerPC12  Support13  TargetParser14  )15 16add_llvm_library(LLVMExegesisPowerPC17  DISABLE_LLVM_LINK_LLVM_DYLIB18  STATIC19  Target.cpp20 21  DEPENDS22  intrinsics_gen23  PowerPCCommonTableGen24  )25