[PATCH] D56672: [HWASAN] Instrument globals
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 17 12:09:22 PDT 2019
evgeny777 added a comment.
> Could this use a relative relocation so that we aren't paying the cost of a dynamic relocation for each global?
@pcc Sorry I missed your comment
I think this is not possible to do for shared objects, because GVs could be preempted. Still this looks possible for executables where I can set
visibility of instrumented globals to hidden. I'll try this out
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56672/new/
https://reviews.llvm.org/D56672
More information about the llvm-commits
mailing list