]> granicus.if.org Git - clang/commitdiff
Unbreak CMake build: remove not-yet-committed CommentLexer.cpp.
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 20 Jun 2012 00:56:47 +0000 (00:56 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 20 Jun 2012 00:56:47 +0000 (00:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158777 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Comments/CMakeLists.txt

index f9561c649cd85d6087ee16a36b857ccb3194b519..db4ca73d2b2328e2ba86fe02651fa530cf102049 100644 (file)
@@ -1,7 +1,6 @@
 set(LLVM_USED_LIBS clangBasic clangAST clangLex)
 
 add_clang_library(clangComments
-  CommentLexer.cpp
   RawCommentList.cpp
   )