[PATCH] D39701: [sanitizer] Asm implementation of syscall() for arm32.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 15:04:35 PST 2017


eugenis created this revision.
Herald added subscribers: kristof.beyls, javed.absar, kubamracek, aemerson.

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.


https://reviews.llvm.org/D39701

Files:
  compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
  compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39701.121798.patch
Type: text/x-patch
Size: 5681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171106/0d8d1d50/attachment.bin>


More information about the llvm-commits mailing list