[llvm-bugs] [Bug 35966] New: Branch targets in BPF disassembler listing are incorrect
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jan 16 06:32:10 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=35966
Bug ID: 35966
Summary: Branch targets in BPF disassembler listing are
incorrect
Product: tools
Version: 5.0
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: llvm-objdump
Assignee: unassignedbugs at nondot.org
Reporter: john at sager.me.uk
CC: llvm-bugs at lists.llvm.org
Created attachment 19684
--> https://bugs.llvm.org/attachment.cgi?id=19684&action=edit
Code and a README to illustrate the bug
On disassemling a toy BPF program the disassembly output shows incorrect
targets for the jump instructions. The listing displays the value of the offset
field in the instruction rather than the location of the target. There is more
detail in the README.txt file in the attached zip file
llvm_bug_sager_20180116.zip.
--
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/20180116/b862fcb4/attachment.html>
More information about the llvm-bugs
mailing list