From: Dmitri Gribenko Date: Wed, 20 Jun 2012 00:56:47 +0000 (+0000) Subject: Unbreak CMake build: remove not-yet-committed CommentLexer.cpp. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73dfdc04adf90d48ef0bb53369b4cfb850f0330c;p=clang Unbreak CMake build: remove not-yet-committed CommentLexer.cpp. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158777 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Comments/CMakeLists.txt b/lib/Comments/CMakeLists.txt index f9561c649c..db4ca73d2b 100644 --- a/lib/Comments/CMakeLists.txt +++ b/lib/Comments/CMakeLists.txt @@ -1,7 +1,6 @@ set(LLVM_USED_LIBS clangBasic clangAST clangLex) add_clang_library(clangComments - CommentLexer.cpp RawCommentList.cpp )