brintos

brintos / llvm-project-archived public Read only

0
0
Text · 316 B · de82330 Raw
24 lines · plain
1include_directories(2  ${LLVM_SOURCE_DIR}/lib/Target/VE3  ${LLVM_BINARY_DIR}/lib/Target/VE4  )5 6set(LLVM_LINK_COMPONENTS7  VECodeGen8  VEDesc9  VEInfo10  CodeGen11  Core12  GlobalISel13  Instrumentation14  MC15  SelectionDAG16  Support17  Target18  TargetParser19)20 21add_llvm_target_unittest(VETests22  MachineInstrTest.cpp23  )24