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
[SCCP] Avoid modifying AdditionalUsers while iterating over it
[llvm-project.git]
/
clang
/
unittests
/
Lex
/
CMakeLists.txt
blob
97a4e5e44608c86e9835fe520a1335dff00bfa5e
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_unittest(LexTests
6
DependencyDirectivesSourceMinimizerTest.cpp
7
HeaderMapTest.cpp
8
HeaderSearchTest.cpp
9
LexerTest.cpp
10
PPCallbacksTest.cpp
11
PPConditionalDirectiveRecordTest.cpp
12
)
13
14
clang_target_link_libraries(LexTests
15
PRIVATE
16
clangAST
17
clangBasic
18
clangLex
19
clangParse
20
clangSema
21
)