[PATCH] D56672: [HWASAN] Instrument globals
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 15 02:17:14 PST 2019
evgeny777 added a comment.
> even for internal / non-preemptible globals.
Why so? The only case I can imagine is ThinLTO promotion, but in such case instrumented code is imported as well
> I wonder if the same could be achieved with a clever use of ifunc?
Do you mean generating ifunc for each instrumented global and tagging a pointer there?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56672/new/
https://reviews.llvm.org/D56672
More information about the llvm-commits
mailing list