summaryrefslogtreecommitdiff
path: root/lib/Object
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Object')
-rw-r--r--lib/Object/CMakeLists.txt31
-rw-r--r--lib/Object/LLVMBuild.txt22
2 files changed, 0 insertions, 53 deletions
diff --git a/lib/Object/CMakeLists.txt b/lib/Object/CMakeLists.txt
deleted file mode 100644
index fd5e7707c541..000000000000
--- a/lib/Object/CMakeLists.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-add_llvm_library(LLVMObject
- Archive.cpp
- ArchiveWriter.cpp
- Binary.cpp
- COFFImportFile.cpp
- COFFModuleDefinition.cpp
- COFFObjectFile.cpp
- Decompressor.cpp
- ELF.cpp
- ELFObjectFile.cpp
- Error.cpp
- IRObjectFile.cpp
- IRSymtab.cpp
- MachOObjectFile.cpp
- MachOUniversal.cpp
- ModuleSymbolTable.cpp
- Object.cpp
- ObjectFile.cpp
- RecordStreamer.cpp
- SymbolicFile.cpp
- SymbolSize.cpp
- WasmObjectFile.cpp
- WindowsResource.cpp
-
- ADDITIONAL_HEADER_DIRS
- ${LLVM_MAIN_INCLUDE_DIR}/llvm/Object
-
- DEPENDS
- intrinsics_gen
- llvm_vcsrevision_h
- )
diff --git a/lib/Object/LLVMBuild.txt b/lib/Object/LLVMBuild.txt
deleted file mode 100644
index 687713bab6a2..000000000000
--- a/lib/Object/LLVMBuild.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-;===- ./lib/Object/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 = Object
-parent = Libraries
-required_libraries = BitReader Core MC BinaryFormat MCParser Support