[PATCH] D104483: Improve error handling in llvm-dwarfdump
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 18 00:16:54 PDT 2021
jhenderson added inline comments.
================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/lc_malformed.test:1
+# RUN: yaml2obj %s | not llvm-dwarfdump --uuid - 2>&1 | FileCheck %s
+# CHECK: load command 0 filesize field in LC_SEGMENT_64 greater than vmsize field
----------------
This test looks somewhat tangential to the code change?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104483/new/
https://reviews.llvm.org/D104483
More information about the llvm-commits
mailing list