[PATCH] D12161: [compiler-rt] Add aarch64 syscall optimization support

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 07:24:00 PDT 2015


rengolin added a comment.

How did you test this?


================
Comment at: lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc:131
@@ +130,3 @@
+
+bool internal_iserror(uptr retval, int *rverrno) {
+  if (retval >= (uptr)-4095) {
----------------
Some comments about this would be welcome.


http://reviews.llvm.org/D12161





More information about the llvm-commits mailing list