This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Asm implementation of syscall() for arm32.
ClosedPublic

Authored by eugenis on Nov 6 2017, 3:04 PM.

Details

Summary

These will be used in an ifunc resolver, when the binary may not be
completely relocated, and syscall() function from libc could not be
used.

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis created this revision.Nov 6 2017, 3:04 PM
eugenis edited edge metadata.Nov 6 2017, 5:23 PM

vitalybuka added a reviewer: eugenis.

Do you want me to review my own patch? :)

vitalybuka accepted this revision.Nov 6 2017, 9:40 PM
vitalybuka removed a reviewer: eugenis.
This revision is now accepted and ready to land.Nov 6 2017, 9:40 PM
This revision was automatically updated to reflect the committed changes.