[PATCH] D43909: [3/3] OpenBSD UBsan support / common
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 1 05:07:49 PST 2018
devnexen added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_linux.cc:428
+#elif SANITIZER_OPENBSD
+ return internal_syscall_ptr(SYSCALL(renameat), AT_FDCWD, (uptr)oldpath,
+ AT_FDCWD, (uptr)newpath);
----------------
krytarowski wrote:
> Linux should switch to `internal_syscall_ptr` as well in all these mentioned branches.
A bit unrelated change. Hope that won t break anything can t test under Linux at the moment.
https://reviews.llvm.org/D43909
More information about the llvm-commits
mailing list