[PATCH] D49383: [cfi-verify] Support cross-DSO by treating certain calls as traps.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 25 15:36:14 PDT 2018
pcc added a comment.
I'm not sure that DataRefImpl would be a better API because you would need to keep track of a lot of state between getting the info for each PLT entry and that could get complicated. DataRefImpl is better suited for the thin wrappers around object file data structures where you're just enumerating the elements of an array so the between-element state is smaller.
https://reviews.llvm.org/D49383
More information about the llvm-commits
mailing list