Sign in
llvm
/
llvm-project
/
refs/heads/main
/
.
/
llvm
/
unittests
/
MC
/
SystemZ
/
CMakeLists.txt
blob: 6c107785b1d0e8d5efb7f7c1e408b25dffa690bf [
file
] [
log
] [
blame
] [
edit
]
include_directories(
${LLVM_MAIN_SRC_DIR}/lib/Target/SystemZ
)
set(LLVM_LINK_COMPONENTS
SystemZ
MCDisassembler
MCParser
MC
Support
TargetParser
)
add_llvm_unittest(SystemZMCTests
SystemZAsmLexerTest.cpp
SystemZMCDisassemblerTest.cpp
)