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
/
Frontend
/
CMakeLists.txt
blob
3c25b43e9530788772fbedcbab53b53c4b298649
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_unittest(FrontendTests
6
ASTUnitTest.cpp
7
CompilerInvocationTest.cpp
8
CompilerInstanceTest.cpp
9
FixedPointString.cpp
10
FrontendActionTest.cpp
11
CodeGenActionTest.cpp
12
ParsedSourceLocationTest.cpp
13
PCHPreambleTest.cpp
14
OutputStreamTest.cpp
15
TextDiagnosticTest.cpp
16
)
17
clang_target_link_libraries(FrontendTests
18
PRIVATE
19
clangAST
20
clangBasic
21
clangFrontend
22
clangLex
23
clangSema
24
clangCodeGen
25
clangFrontendTool
26
clangSerialization
27
)