[all-commits] [llvm/llvm-project] 1dc838: tsan: fix syscall test on aarch64
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Wed May 12 00:01:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1dc838717a294ed7bfd7d597d427886ce61df122
https://github.com/llvm/llvm-project/commit/1dc838717a294ed7bfd7d597d427886ce61df122
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M compiler-rt/test/tsan/Linux/syscall.h
Log Message:
-----------
tsan: fix syscall test on aarch64
Add missing includes and use SYS_pipe2 instead of SYS_pipe
as it's not present on some arches.
Differential Revision: https://reviews.llvm.org/D102311
More information about the All-commits
mailing list