diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Frontend/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Frontend/CMakeLists.txt b/lib/Frontend/CMakeLists.txt index 047314649f..807b469b75 100644 --- a/lib/Frontend/CMakeLists.txt +++ b/lib/Frontend/CMakeLists.txt @@ -1,8 +1,12 @@ set(LLVM_NO_RTTI 1) add_clang_library(clangFrontend + ASTConsumers.cpp + Backend.cpp FixItRewriter.cpp + GeneratePCH.cpp HTMLDiagnostics.cpp + HTMLPrint.cpp InitHeaderSearch.cpp InitPreprocessor.cpp TextDiagnosticBuffer.cpp @@ -14,5 +18,7 @@ add_clang_library(clangFrontend PCHWriterDecl.cpp PCHWriterStmt.cpp PlistDiagnostics.cpp + RewriteBlocks.cpp + RewriteObjC.cpp ManagerRegistry.cpp ) |