repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git]
/
llvm
/
unittests
/
MC
/
SystemZ
/
CMakeLists.txt
blob
3b7af4a3bbea3ce1f19e779d03ac6a36d3b78646
1
include_directories(
2
${LLVM_MAIN_SRC_DIR}/lib/Target/SystemZ
3
)
4
5
set(LLVM_LINK_COMPONENTS
6
SystemZ
7
MCParser
8
MC
9
Support
10
TargetParser
11
)
12
13
add_llvm_unittest(SystemZAsmLexerTests
14
SystemZAsmLexerTest.cpp
15
)