[PATCH] D52955: Remove remnant code of using indirect syscall on NetBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 5 16:00:50 PDT 2018
krytarowski created this revision.
krytarowski added reviewers: vitalybuka, joerg.
krytarowski added a project: Sanitizers.
Herald added subscribers: llvm-commits, fedor.sergeev, kubamracek.
Herald added a reviewer: javed.absar.
The NetBSD version of internal routines no longer call
the indirect syscall interfaces, as these functions were
switched to lib calls.
Remove the remnant code complication that is no
longer needed after this change. Remove the variations
of internal_syscall, as they were NetBSD specific.
No functional change intended.
Repository:
rL LLVM
https://reviews.llvm.org/D52955
Files:
lib/sanitizer_common/sanitizer_linux.cc
lib/sanitizer_common/sanitizer_syscall_generic.inc
lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc
lib/sanitizer_common/sanitizer_syscall_linux_arm.inc
lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52955.168550.patch
Type: text/x-patch
Size: 10287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181005/fcb624bc/attachment.bin>
More information about the llvm-commits
mailing list