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/Object | |
| parent | d8e91e46262bc44006913e6796843909f1ac7bcd (diff) | |
Notes
Diffstat (limited to 'lib/Object')
| -rw-r--r-- | lib/Object/CMakeLists.txt | 31 | ||||
| -rw-r--r-- | lib/Object/LLVMBuild.txt | 22 | 
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  | 
