aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Frontend/CMakeLists.txt
blob: 0d9fc714212d502b33843ba98a6ce4bcdff911af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
add_clang_unittest(FrontendTests
  ASTUnitTest.cpp
  CompilerInvocationTest.cpp
  CompilerInstanceTest.cpp
  FixedPointString.cpp
  FrontendActionTest.cpp
  CodeGenActionTest.cpp
  NoAlterCodeGenActionTest.cpp
  ParsedSourceLocationTest.cpp
  PCHPreambleTest.cpp
  ReparseWorkingDirTest.cpp
  OutputStreamTest.cpp
  SearchPathTest.cpp
  TextDiagnosticTest.cpp
  UtilsTest.cpp
  CLANG_LIBS
  clangAST
  clangBasic
  clangFrontend
  clangLex
  clangSema
  clangCodeGen
  clangFrontendTool
  clangSerialization
  clangTooling
  LLVM_COMPONENTS
  Support
  TargetParser
  )