xref: /minix3/external/bsd/llvm/dist/clang/lib/Frontend/CMakeLists.txt (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambucadd_subdirectory(Rewrite)
2*0a6a1f1dSLionel Sambuc
3*0a6a1f1dSLionel Sambucset(LLVM_LINK_COMPONENTS
4*0a6a1f1dSLionel Sambuc  BitReader
5*0a6a1f1dSLionel Sambuc  Option
6*0a6a1f1dSLionel Sambuc  Support
7*0a6a1f1dSLionel Sambuc  )
8*0a6a1f1dSLionel Sambuc
9f4a2713aSLionel Sambucadd_clang_library(clangFrontend
10f4a2713aSLionel Sambuc  ASTConsumers.cpp
11f4a2713aSLionel Sambuc  ASTMerge.cpp
12f4a2713aSLionel Sambuc  ASTUnit.cpp
13f4a2713aSLionel Sambuc  CacheTokens.cpp
14f4a2713aSLionel Sambuc  ChainedDiagnosticConsumer.cpp
15f4a2713aSLionel Sambuc  ChainedIncludesSource.cpp
16*0a6a1f1dSLionel Sambuc  CodeGenOptions.cpp
17f4a2713aSLionel Sambuc  CompilerInstance.cpp
18f4a2713aSLionel Sambuc  CompilerInvocation.cpp
19f4a2713aSLionel Sambuc  CreateInvocationFromCommandLine.cpp
20f4a2713aSLionel Sambuc  DependencyFile.cpp
21f4a2713aSLionel Sambuc  DependencyGraph.cpp
22f4a2713aSLionel Sambuc  DiagnosticRenderer.cpp
23f4a2713aSLionel Sambuc  FrontendAction.cpp
24f4a2713aSLionel Sambuc  FrontendActions.cpp
25f4a2713aSLionel Sambuc  FrontendOptions.cpp
26f4a2713aSLionel Sambuc  HeaderIncludeGen.cpp
27f4a2713aSLionel Sambuc  InitHeaderSearch.cpp
28f4a2713aSLionel Sambuc  InitPreprocessor.cpp
29f4a2713aSLionel Sambuc  LangStandards.cpp
30f4a2713aSLionel Sambuc  LayoutOverrideSource.cpp
31f4a2713aSLionel Sambuc  LogDiagnosticPrinter.cpp
32*0a6a1f1dSLionel Sambuc  ModuleDependencyCollector.cpp
33f4a2713aSLionel Sambuc  MultiplexConsumer.cpp
34f4a2713aSLionel Sambuc  PrintPreprocessedOutput.cpp
35f4a2713aSLionel Sambuc  SerializedDiagnosticPrinter.cpp
36*0a6a1f1dSLionel Sambuc  SerializedDiagnosticReader.cpp
37f4a2713aSLionel Sambuc  TextDiagnostic.cpp
38f4a2713aSLionel Sambuc  TextDiagnosticBuffer.cpp
39f4a2713aSLionel Sambuc  TextDiagnosticPrinter.cpp
40f4a2713aSLionel Sambuc  VerifyDiagnosticConsumer.cpp
41f4a2713aSLionel Sambuc
42*0a6a1f1dSLionel Sambuc  DEPENDS
43f4a2713aSLionel Sambuc  ClangDriverOptions
44f4a2713aSLionel Sambuc
45*0a6a1f1dSLionel Sambuc  LINK_LIBS
46f4a2713aSLionel Sambuc  clangAST
47f4a2713aSLionel Sambuc  clangBasic
48f4a2713aSLionel Sambuc  clangDriver
49f4a2713aSLionel Sambuc  clangEdit
50f4a2713aSLionel Sambuc  clangLex
51f4a2713aSLionel Sambuc  clangParse
52f4a2713aSLionel Sambuc  clangSema
53f4a2713aSLionel Sambuc  clangSerialization
54f4a2713aSLionel Sambuc  )
55