[llvm-bugs] [Bug 44626] New: [llvm-objdump] fails to disassemble as thumb
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jan 22 15:06:04 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=44626
Bug ID: 44626
Summary: [llvm-objdump] fails to disassemble as thumb
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: llvm-objdump
Assignee: unassignedbugs at nondot.org
Reporter: ndesaulniers at google.com
CC: kristof.beyls at arm.com, llvm-bugs at lists.llvm.org,
peter.smith at linaro.org, srhines at google.com
I was getting super confused comparing the output of llvm-objdump to gdb's `x/i
<expr>` output for a 32b ARM Linux kernel until I realized that llvm-objdump
was printing disassembly as ARM, not thumb. GNU objdump doesn't seem to have
this issue.
--
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/20200122/0fe14def/attachment-0001.html>
More information about the llvm-bugs
mailing list