summaryrefslogtreecommitdiffstats
path: root/llvm/tools/yaml2obj/yaml2macho.cpp
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-12-20 22:36:42 +0000
committerChris Bieneman <beanz@apple.com>2016-12-20 22:36:42 +0000
commitabecaa2f8c41cf44ab9362c90bfc059a22e90991 (patch)
treecd5dfd854afd0fa9436d6acc1063d2de5780b2f6 /llvm/tools/yaml2obj/yaml2macho.cpp
parentbd463120aba8c188c11aef17325876957b41bb7a (diff)
downloadbcm5719-llvm-abecaa2f8c41cf44ab9362c90bfc059a22e90991.tar.gz
bcm5719-llvm-abecaa2f8c41cf44ab9362c90bfc059a22e90991.zip
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
Diffstat (limited to 'llvm/tools/yaml2obj/yaml2macho.cpp')
-rw-r--r--llvm/tools/yaml2obj/yaml2macho.cpp2
1 files changed, 0 insertions, 2 deletions
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();
OpenPOWER on IntegriCloud