[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:18:38 PDT 2018


eugenis added a comment.

I'm not aware of a better way.
X86 will need to match x86 plt entry format. Luckily, it's just a few lines of code for each target.

Function name is obtained from .plt.rela relocation for the address extracted from adrp.


https://reviews.llvm.org/D49383





More information about the llvm-commits mailing list