[cfe-commits] r158777 - /cfe/trunk/lib/Comments/CMakeLists.txt

Dmitri Gribenko gribozavr at gmail.com
Tue Jun 19 17:56:47 PDT 2012


Author: gribozavr
Date: Tue Jun 19 19:56:47 2012
New Revision: 158777

URL: http://llvm.org/viewvc/llvm-project?rev=158777&view=rev
Log:
Unbreak CMake build: remove not-yet-committed CommentLexer.cpp.

Modified:
    cfe/trunk/lib/Comments/CMakeLists.txt

Modified: cfe/trunk/lib/Comments/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Comments/CMakeLists.txt?rev=158777&r1=158776&r2=158777&view=diff
==============================================================================
--- cfe/trunk/lib/Comments/CMakeLists.txt (original)
+++ cfe/trunk/lib/Comments/CMakeLists.txt Tue Jun 19 19:56:47 2012
@@ -1,7 +1,6 @@
 set(LLVM_USED_LIBS clangBasic clangAST clangLex)
 
 add_clang_library(clangComments
-  CommentLexer.cpp
   RawCommentList.cpp
   )
 





More information about the cfe-commits mailing list