brintos

brintos / llvm-project-archived public Read only

0
0
Text · 239 B · 42925f6 Raw
14 lines · plain
1add_llvm_mca_unittest_includes(2  ${LLVM_MAIN_SRC_DIR}/lib/Target/X863  ${LLVM_BINARY_DIR}/lib/Target/X864  )5 6add_llvm_mca_unittest_sources(7  TestIncrementalMCA.cpp8  X86TestBase.cpp9  )10 11add_llvm_mca_unittest_link_components(12  X8613  )14