Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / unittests / Frontend / CMakeLists.txt
blob0f05813338f2ad32de803363b897619bdd4bdf9a
1 set(LLVM_LINK_COMPONENTS
2   Support
3   TargetParser
4   )
6 add_clang_unittest(FrontendTests
7   ASTUnitTest.cpp
8   CompilerInvocationTest.cpp
9   CompilerInstanceTest.cpp
10   FixedPointString.cpp
11   FrontendActionTest.cpp
12   CodeGenActionTest.cpp
13   ParsedSourceLocationTest.cpp
14   PCHPreambleTest.cpp
15   ReparseWorkingDirTest.cpp
16   OutputStreamTest.cpp
17   TextDiagnosticTest.cpp
18   UtilsTest.cpp
19   )
20 clang_target_link_libraries(FrontendTests
21   PRIVATE
22   clangAST
23   clangBasic
24   clangFrontend
25   clangLex
26   clangSema
27   clangCodeGen
28   clangFrontendTool
29   clangSerialization
30   )