[PATCH] D85738: [llvm-dwarfdump] Avoid crashing if an abbreviation offset is invalid.
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 23:57:56 PDT 2020
ikudrin added inline comments.
================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/debug_info_invalid_abbrev_offset.s:1
+# RUN: llvm-mc %s -filetype obj -triple x86_64 -o %t
+# RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
----------------
MaskRay wrote:
> Would it help if the two files are grouped in one `invalid_abbrev_offset.s`?
OK, I'll merge the tests on commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85738/new/
https://reviews.llvm.org/D85738
More information about the llvm-commits
mailing list