[SCCP] Avoid modifying AdditionalUsers while iterating over it
[llvm-project.git] / clang / unittests / Frontend / CMakeLists.txt
blob3c25b43e9530788772fbedcbab53b53c4b298649
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
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   )