summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/CodeGen/CMakeLists.txt1
-rw-r--r--clang/lib/Lex/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CMakeLists.txt b/clang/lib/CodeGen/CMakeLists.txt
index 1820c0b9f03..d6c46a8adc1 100644
--- a/clang/lib/CodeGen/CMakeLists.txt
+++ b/clang/lib/CodeGen/CMakeLists.txt
@@ -2,6 +2,7 @@ set(LLVM_NO_RTTI 1)
add_clang_library(clangCodeGen
CGBuiltin.cpp
+ CGBlocks.cpp
CGCall.cpp
CGCXX.cpp
CGDebugInfo.cpp
diff --git a/clang/lib/Lex/CMakeLists.txt b/clang/lib/Lex/CMakeLists.txt
index e4ba410ddc6..6347142adaa 100644
--- a/clang/lib/Lex/CMakeLists.txt
+++ b/clang/lib/Lex/CMakeLists.txt
@@ -20,4 +20,5 @@ add_clang_library(clangLex
PTHLexer.cpp
ScratchBuffer.cpp
TokenLexer.cpp
+ TokenConcatenation.cpp
)
OpenPOWER on IntegriCloud