aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-cc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/clang-cc/CMakeLists.txt')
-rw-r--r--tools/clang-cc/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/clang-cc/CMakeLists.txt b/tools/clang-cc/CMakeLists.txt
index 9029c0a247..a20691dfed 100644
--- a/tools/clang-cc/CMakeLists.txt
+++ b/tools/clang-cc/CMakeLists.txt
@@ -23,13 +23,5 @@ set( LLVM_LINK_COMPONENTS
add_clang_executable(clang-cc
AnalysisConsumer.cpp
- CacheTokens.cpp
clang-cc.cpp
- DependencyFile.cpp
- DiagChecker.cpp
- PrintParserCallbacks.cpp
- PrintPreprocessedOutput.cpp
- RewriteMacros.cpp
- RewriteTest.cpp
- Warnings.cpp
)