aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CompilerDriver/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CompilerDriver/CMakeLists.txt')
-rw-r--r--lib/CompilerDriver/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/CompilerDriver/CMakeLists.txt b/lib/CompilerDriver/CMakeLists.txt
deleted file mode 100644
index a12b337..0000000
--- a/lib/CompilerDriver/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-set(LLVM_LINK_COMPONENTS support)
-
-# We don't want this library to appear in `llvm-config --libs` output,
-# so its name doesn't start with "LLVM".
-
-add_llvm_library(CompilerDriver
- Action.cpp
- BuiltinOptions.cpp
- CompilationGraph.cpp
- Main.cpp
- Tool.cpp
- )