[PATCH] D85738: [llvm-dwarfdump] Avoid crashing if an abbreviation offset is invalid.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 16:58:22 PDT 2020
MaskRay 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
----------------
Would it help if the two files are grouped in one `invalid_abbrev_offset.s`?
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