summaryrefslogtreecommitdiffstats
path: root/lib/Driver/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Driver/CMakeLists.txt')
-rw-r--r--lib/Driver/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Driver/CMakeLists.txt b/lib/Driver/CMakeLists.txt
deleted file mode 100644
index 2ff67953f7..0000000000
--- a/lib/Driver/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-set(LLVM_NO_RTTI 1)
-
-add_clang_library(clangDriver
- HTMLDiagnostics.cpp
- InitHeaderSearch.cpp
- TextDiagnosticBuffer.cpp
- TextDiagnosticPrinter.cpp
- PlistDiagnostics.cpp
- ManagerRegistry.cpp
- )