[PATCH] D124212: [sanitizer] Use canonical syscalls everywhere
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 05:02:15 PDT 2022
uweigand added a comment.
LGTM for SystemZ.
(As an aside, what is the reason for not just using the `fork` syscall anyway? I thought `fork` should be completely equivalent to `clone` with the termination signal set to `SIGCHLD` and no other flags?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124212/new/
https://reviews.llvm.org/D124212
More information about the llvm-commits
mailing list