diff options
Diffstat (limited to 'lib/ObjectYAML')
-rw-r--r-- | lib/ObjectYAML/CMakeLists.txt | 15 | ||||
-rw-r--r-- | lib/ObjectYAML/LLVMBuild.txt | 14 |
2 files changed, 0 insertions, 29 deletions
diff --git a/lib/ObjectYAML/CMakeLists.txt b/lib/ObjectYAML/CMakeLists.txt deleted file mode 100644 index d24f879836f9..000000000000 --- a/lib/ObjectYAML/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -add_llvm_library(LLVMObjectYAML - CodeViewYAMLDebugSections.cpp - CodeViewYAMLSymbols.cpp - CodeViewYAMLTypeHashing.cpp - CodeViewYAMLTypes.cpp - COFFYAML.cpp - DWARFEmitter.cpp - DWARFVisitor.cpp - DWARFYAML.cpp - ELFYAML.cpp - MachOYAML.cpp - ObjectYAML.cpp - WasmYAML.cpp - YAML.cpp - ) diff --git a/lib/ObjectYAML/LLVMBuild.txt b/lib/ObjectYAML/LLVMBuild.txt deleted file mode 100644 index 44657e916a91..000000000000 --- a/lib/ObjectYAML/LLVMBuild.txt +++ /dev/null @@ -1,14 +0,0 @@ -;===------------------------------------------------------------*- Conf -*--===; -; -; The LLVM Compiler Infrastructure -; -; This file is distributed under the University of Illinois Open Source -; License. See LICENSE.TXT for details. -; -;===------------------------------------------------------------------------===; - -[component_0] -type = Library -name = ObjectYAML -parent = Libraries -required_libraries = Support DebugInfoCodeView |