diff options
Diffstat (limited to 'lib/TextAPI')
-rw-r--r-- | lib/TextAPI/CMakeLists.txt | 7 | ||||
-rw-r--r-- | lib/TextAPI/LLVMBuild.txt | 22 |
2 files changed, 0 insertions, 29 deletions
diff --git a/lib/TextAPI/CMakeLists.txt b/lib/TextAPI/CMakeLists.txt deleted file mode 100644 index 7912e91fbf1c..000000000000 --- a/lib/TextAPI/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -add_llvm_library(LLVMTextAPI - ELF/ELFStub.cpp - ELF/TBEHandler.cpp - - ADDITIONAL_HEADER_DIRS - "${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI" -) diff --git a/lib/TextAPI/LLVMBuild.txt b/lib/TextAPI/LLVMBuild.txt deleted file mode 100644 index 83733a72f506..000000000000 --- a/lib/TextAPI/LLVMBuild.txt +++ /dev/null @@ -1,22 +0,0 @@ -;===- ./lib/TextAPI/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 = TextAPI -parent = Libraries -required_libraries = Support BinaryFormat |