[PATCH] D62462: [llvm-objdump] Add warning messages if disassembly + source for problematic inputs

Mike Pozulp via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 20:08:22 PDT 2019


mmpozulp added a comment.

Thanks James. I was able to induce an error by modifying `SymbolizableObjectFile::create` to unconditionally `return object_error::unexpected_eof` which produced

  ./bin/llvm-objdump: warning: failed to parse debug information for tmp2.o: The end of the file was unexpectedly encountered


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62462/new/

https://reviews.llvm.org/D62462





More information about the llvm-commits mailing list