[all-commits] [llvm/llvm-project] 7f7cab: [sanitizer][aarch64] fix clone system call's inlin...
Hyeongyu Kim via All-commits
all-commits at lists.llvm.org
Sat Nov 13 16:53:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f7cab6bb1d48b53e1fa9ab5a4fd7bcf7f00f19b
https://github.com/llvm/llvm-project/commit/7f7cab6bb1d48b53e1fa9ab5a4fd7bcf7f00f19b
Author: hyeongyu kim <gusrb406 at snu.ac.kr>
Date: 2021-11-14 (Sun, 14 Nov 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
Log Message:
-----------
[sanitizer][aarch64] fix clone system call's inline assembly
Return value of the system call was not returned normally.
It was discussed at https://reviews.llvm.org/D105169.
More information about the All-commits
mailing list