[llvm-bugs] [Bug 41905] Add warning messages if disassembly + source for problematic inputs
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 3 00:42:38 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=41905
Fangrui Song <i at maskray.me> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
CC| |i at maskray.me
Status|RESOLVED |REOPENED
--- Comment #3 from Fangrui Song <i at maskray.me> ---
Reopening because the existing "malformed debug info" check appears to check
missing debug info only.
Actually, if I make the headers of .debug_info/.debug_line broken, I don't get
a warning if I try to make llvm-objdump -S not warn for missing debug info
(https://reviews.llvm.org/D88715).
--
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/20210203/a54b2564/attachment.html>
More information about the llvm-bugs
mailing list