diff options
author | Mike Stump <mrs@apple.com> | 2009-02-13 15:42:50 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-02-13 15:42:50 +0000 |
commit | 57d73546351c10532138084d9323fe200732acf1 (patch) | |
tree | 98b9d830069558071fb5e9181a44dbf1c17cc69f | |
parent | b7074c00132950003e0388142def8e15a7f7d842 (diff) | |
download | bcm5719-llvm-57d73546351c10532138084d9323fe200732acf1.tar.gz bcm5719-llvm-57d73546351c10532138084d9323fe200732acf1.zip |
Fix cmake builds.
llvm-svn: 64455
-rw-r--r-- | clang/lib/CodeGen/CMakeLists.txt | 1 | ||||
-rw-r--r-- | clang/lib/Lex/CMakeLists.txt | 1 |
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 ) |