summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/LineEditor
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/LineEditor')
-rw-r--r--contrib/llvm/lib/LineEditor/CMakeLists.txt11
-rw-r--r--contrib/llvm/lib/LineEditor/LLVMBuild.txt22
-rw-r--r--contrib/llvm/lib/LineEditor/Makefile15
3 files changed, 0 insertions, 48 deletions
diff --git a/contrib/llvm/lib/LineEditor/CMakeLists.txt b/contrib/llvm/lib/LineEditor/CMakeLists.txt
deleted file mode 100644
index 0dec256..0000000
--- a/contrib/llvm/lib/LineEditor/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-if(HAVE_LIBEDIT)
- set(link_libs edit)
-endif()
-
-add_llvm_library(LLVMLineEditor
- LineEditor.cpp
-
- LINK_LIBS
- LLVMSupport
- ${link_libs}
-)
diff --git a/contrib/llvm/lib/LineEditor/LLVMBuild.txt b/contrib/llvm/lib/LineEditor/LLVMBuild.txt
deleted file mode 100644
index 35f4361..0000000
--- a/contrib/llvm/lib/LineEditor/LLVMBuild.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-;===- ./lib/LineEditor/LLVMBuild.txt ---------------------------*- Conf -*--===;
-;
-; The LLVM Compiler Infrastructure
-;
-; This file is distributed under the University of Illinois Open Source
-; License. See LICENSE.TXT for details.
-;
-;===------------------------------------------------------------------------===;
-;
-; This is an LLVMBuild description file for the components in this subdirectory.
-;
-; For more information on the LLVMBuild system, please see:
-;
-; http://llvm.org/docs/LLVMBuild.html
-;
-;===------------------------------------------------------------------------===;
-
-[component_0]
-type = Library
-name = LineEditor
-parent = Libraries
-required_libraries = Support
diff --git a/contrib/llvm/lib/LineEditor/Makefile b/contrib/llvm/lib/LineEditor/Makefile
deleted file mode 100644
index c7ff6d8..0000000
--- a/contrib/llvm/lib/LineEditor/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-##===- lib/LineEditor/Makefile -----------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../..
-LIBRARYNAME = LLVMLineEditor
-BUILD_ARCHIVE := 1
-
-include $(LEVEL)/Makefile.common
-
OpenPOWER on IntegriCloud