21 lines · plain
1add_llvm_exegesis_unittest_includes(2 ${LLVM_MAIN_SRC_DIR}/lib/Target/AArch643 ${LLVM_BINARY_DIR}/lib/Target/AArch644 ${LLVM_MAIN_SRC_DIR}/tools/llvm-exegesis/lib5 )6 7add_llvm_exegesis_unittest_link_components(8 MC9 MCParser10 Object11 Support12 Symbolize13 AArch6414 )15 16add_llvm_exegesis_unittest_sources(17 TargetTest.cpp18 )19add_llvm_exegesis_unittest_link_libraries(20 LLVMExegesisAArch64)21