18 lines · plain
1include_directories(2 ${LLVM_MAIN_SRC_DIR}/lib/Target/SystemZ3 )4 5set(LLVM_LINK_COMPONENTS6 SystemZ7 MCDisassembler8 MCParser9 MC10 Support11 TargetParser12 )13 14add_llvm_unittest(SystemZMCTests15 SystemZAsmLexerTest.cpp16 SystemZMCDisassemblerTest.cpp17 )18