[PATCH] D83014: [PDB] read/dump fixups from PDB dbi stream
Jack Andersen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 18:23:08 PDT 2020
jackoalan added a comment.
I'd like some input on whether or not to include fixup dumping in the `-all` option. Relocations can quickly become numerous in a moderately complex binary.
On the other hand, fixups aren't included in binaries with default linker options, so it's reasonable to assume if the PDB includes these, the developer is interested in accessing them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83014/new/
https://reviews.llvm.org/D83014
More information about the llvm-commits
mailing list