summaryrefslogtreecommitdiffstats
path: root/llvm/tools/yaml2obj/yaml2macho.cpp
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2017-01-09 20:04:55 +0000
committerChris Bieneman <beanz@apple.com>2017-01-09 20:04:55 +0000
commite62e684fdd21a755b202a1733454f4153ec0f463 (patch)
tree8d7c1e9733335d1a4a09a8245bf33cc825cfa49d /llvm/tools/yaml2obj/yaml2macho.cpp
parent0396f9918438aaef9902b6ec9812bfa0f3859eea (diff)
downloadbcm5719-llvm-e62e684fdd21a755b202a1733454f4153ec0f463.tar.gz
bcm5719-llvm-e62e684fdd21a755b202a1733454f4153ec0f463.zip
Revert "[ObjectYAML] Support for DWARF line tables"
This reverts commit r291470 due to failing bots: http://bb.pgr.jp/builders/cmake-llvm-x86_64-linux/builds/47209/steps/test_llvm/logs/stdio llvm-svn: 291471
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 cbc4d7ff50d..a41ec55d73b 100644
--- a/llvm/tools/yaml2obj/yaml2macho.cpp
+++ b/llvm/tools/yaml2obj/yaml2macho.cpp
@@ -280,8 +280,6 @@ Error MachOWriter::writeSectionData(raw_ostream &OS) {
yaml2pubsection(OS, Obj.DWARF.PubTypes, Obj.IsLittleEndian);
} else if (0 == strncmp(&Sec.sectname[0], "__debug_info", 16)) {
yaml2debug_info(OS, Obj.DWARF);
- } else if (0 == strncmp(&Sec.sectname[0], "__debug_line", 16)) {
- yaml2debug_line(OS, Obj.DWARF);
}
} else {
// Fills section data with 0xDEADBEEF
OpenPOWER on IntegriCloud