[PATCH] D49383: [cfi-verify] Support cross-DSO by treating certain calls as traps.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 15:40:08 PDT 2018


eugenis added a comment.

By the state to be tracked, do you mean an index of .got.plt relocations by address? I guess it could be too heavy for an iterator, which needs to be copyable.


https://reviews.llvm.org/D49383





More information about the llvm-commits mailing list