blob: c50e7db265cece3d3f45929b61836c667a3bd705 [file] [log] [blame]
include_directories(
${LLVM_MAIN_SRC_DIR}/lib/Target/SystemZ
)
set(LLVM_LINK_COMPONENTS
SystemZ
MCParser
MC
Support
)
add_llvm_unittest(SystemZAsmLexerTests
SystemZAsmLexerTest.cpp
)