From abecaa2f8c41cf44ab9362c90bfc059a22e90991 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Tue, 20 Dec 2016 22:36:42 +0000 Subject: Revert "[ObjectYAML] Support for DWARF debug_info section" This reverts commit r290204. Still breaking bots... In a meeting now, so I can't fix it immediately. Bot URL: http://lab.llvm.org:8011/builders/clang-s390x-linux/builds/2415 llvm-svn: 290209 --- llvm/tools/yaml2obj/yaml2macho.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/tools/yaml2obj/yaml2macho.cpp') diff --git a/llvm/tools/yaml2obj/yaml2macho.cpp b/llvm/tools/yaml2obj/yaml2macho.cpp index 5bad9a803ea..3fdf3cf43bd 100644 --- a/llvm/tools/yaml2obj/yaml2macho.cpp +++ b/llvm/tools/yaml2obj/yaml2macho.cpp @@ -398,8 +398,6 @@ Error MachOWriter::writeDWARFData(raw_ostream &OS, yaml2pubsection(OS, Obj.DWARF.PubNames); } else if (0 == strncmp(&Section.sectname[0], "__debug_pubtypes", 16)) { yaml2pubsection(OS, Obj.DWARF.PubTypes); - } else if (0 == strncmp(&Section.sectname[0], "__debug_info", 16)) { - yaml2debug_info(OS, Obj.DWARF); } } return Error::success(); -- cgit v1.2.3