[PATCH] D32466: [llvm-objdump] Don't attempt to print lines beyond the end of file

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 23:16:25 PDT 2017


phosek added a comment.

Yes, we ran into this issue in our codebase. I was looking into using `yaml2obj`, problem is that IIUC it only supports emitting DWARF info for MachO files at the moment so we would need to extend it first to also support ELF.


Repository:
  rL LLVM

https://reviews.llvm.org/D32466





More information about the llvm-commits mailing list