[PATCH] D69192: llvm-objdump can error out with an unexpected EOF error if .bss is larger than the file being dumped.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 21 02:15:22 PDT 2019
grimar added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/X86/bss.test:1
+# Check that when BSS is larger than the file llvm-objdump doesn't
+# assert with an unexpected end of file error.
----------------
Use ## for comments (this is inline with most of the new tests we introduce for llvm tools like this one).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69192/new/
https://reviews.llvm.org/D69192
More information about the llvm-commits
mailing list