[llvm-bugs] [Bug 26555] New: llvm-objdump dwarf printer should not print raw Augmentation data
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Feb 9 14:53:18 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26555
Bug ID: 26555
Summary: llvm-objdump dwarf printer should not print raw
Augmentation data
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
It is not ascii. given
.cfi_startproc
.cfi_personality 3, g
.cfi_lsda 3, h
.cfi_endproc
assembled with clang -c, llvm-objdump prints
Augmentation data: <binary>
the gnu one prints
Augmentation data: 03 00 00 00 00 03 1b
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160209/37d890a9/attachment-0001.html>
More information about the llvm-bugs
mailing list