summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-04 07:40:33 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-04 07:40:33 +0000
commit0e0c3aa560964e4b9e5f2e54859df7defe0462b2 (patch)
treec174361d80dc48124676314a4eea06ae58cd1bcb
parent6246013f7a92f1cac4c1e4635f741ec42e8a70f1 (diff)
downloadbcm5719-llvm-0e0c3aa560964e4b9e5f2e54859df7defe0462b2.tar.gz
bcm5719-llvm-0e0c3aa560964e4b9e5f2e54859df7defe0462b2.zip
clang/Lex: [CMake] Update CMakefiles since r169229.
llvm-svn: 169233
-rw-r--r--clang/lib/Lex/CMakeLists.txt1
-rw-r--r--clang/unittests/Lex/CMakeLists.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Lex/CMakeLists.txt b/clang/lib/Lex/CMakeLists.txt
index 241abbc4bc6..2ee468294ae 100644
--- a/clang/lib/Lex/CMakeLists.txt
+++ b/clang/lib/Lex/CMakeLists.txt
@@ -12,6 +12,7 @@ add_clang_library(clangLex
ModuleMap.cpp
PPCaching.cpp
PPCallbacks.cpp
+ PPConditionalDirectiveRecord.cpp
PPDirectives.cpp
PPExpressions.cpp
PPLexerChange.cpp
diff --git a/clang/unittests/Lex/CMakeLists.txt b/clang/unittests/Lex/CMakeLists.txt
index 03c8cd5418a..78838c08298 100644
--- a/clang/unittests/Lex/CMakeLists.txt
+++ b/clang/unittests/Lex/CMakeLists.txt
@@ -1,7 +1,7 @@
add_clang_unittest(LexTests
LexerTest.cpp
- PreprocessingRecordTest.cpp
PPCallbacksTest.cpp
+ PPConditionalDirectiveRecordTest.cpp
)
target_link_libraries(LexTests
OpenPOWER on IntegriCloud