brintos

brintos / llvm-project-archived public Read only

0
0
Text · 285 B · a450529 Raw
19 lines · plain
1include_directories(2  ${PROJECT_SOURCE_DIR}/lib/Target/PowerPC3  ${PROJECT_BINARY_DIR}/lib/Target/PowerPC4  )5 6set(LLVM_LINK_COMPONENTS7  MC8  Support9  Target10  TargetParser11  PowerPCCodeGen12  PowerPCDesc13  PowerPCInfo14  )15 16add_llvm_unittest(PowerPCTests17  AIXRelocModelTest.cpp18  )19