diff --git a/clang/lib/AST/CMakeLists.txt b/clang/lib/AST/CMakeLists.txt index 4ac6a6e98e4b..c49a0eeee5fd 100644 --- a/clang/lib/AST/CMakeLists.txt +++ b/clang/lib/AST/CMakeLists.txt @@ -1,6 +1,7 @@ set(LLVM_NO_RTTI 1) add_clang_library(clangAST + APValue.cpp ASTConsumer.cpp ASTContext.cpp Builtins.cpp diff --git a/clang/lib/Lex/CMakeLists.txt b/clang/lib/Lex/CMakeLists.txt index 684867d87d69..e4ba410ddc67 100644 --- a/clang/lib/Lex/CMakeLists.txt +++ b/clang/lib/Lex/CMakeLists.txt @@ -16,6 +16,8 @@ add_clang_library(clangLex PPMacroExpansion.cpp Pragma.cpp Preprocessor.cpp + PreprocessorLexer.cpp + PTHLexer.cpp ScratchBuffer.cpp TokenLexer.cpp )