Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
src
/
llvm-project
/
llvm
/
unittests
/
MC
/
SystemZ
/
CMakeLists.txt
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
)