diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 17:58:59 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 17:58:59 +0000 |
| commit | 1a56a5ead7a2e84bee8240f5f6b033b5f1707154 (patch) | |
| tree | 2f526c9cfcb089e51c33d6e1f0d51b10bda34714 /lib/LineEditor | |
| parent | d8e91e46262bc44006913e6796843909f1ac7bcd (diff) | |
Notes
Diffstat (limited to 'lib/LineEditor')
| -rw-r--r-- | lib/LineEditor/CMakeLists.txt | 14 | ||||
| -rw-r--r-- | lib/LineEditor/LLVMBuild.txt | 22 |
2 files changed, 0 insertions, 36 deletions
diff --git a/lib/LineEditor/CMakeLists.txt b/lib/LineEditor/CMakeLists.txt deleted file mode 100644 index 0d2bada1e84f..000000000000 --- a/lib/LineEditor/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -if(HAVE_LIBEDIT) - set(link_libs edit) -endif() - -add_llvm_library(LLVMLineEditor - LineEditor.cpp - - ADDITIONAL_HEADER_DIRS - ${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor - - LINK_LIBS - LLVMSupport - ${link_libs} - ) diff --git a/lib/LineEditor/LLVMBuild.txt b/lib/LineEditor/LLVMBuild.txt deleted file mode 100644 index 35f4361e0694..000000000000 --- a/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 |
