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
   )
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to