aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Comments/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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
)