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