diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2021-04-30 10:20:01 +0200 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2021-04-30 10:23:34 +0200 |
commit | b6df85290118d17c1dddf412a1a44a83158133e3 (patch) | |
tree | 65490969b23ca5cefcdd0a4a5a40ab9f068bc886 /llvm/lib/Support/GraphWriter.cpp | |
parent | 97ed1b6036074e66dd926b6720f087b9964a7286 (diff) | |
download | llvm-b6df85290118d17c1dddf412a1a44a83158133e3.zip llvm-b6df85290118d17c1dddf412a1a44a83158133e3.tar.gz llvm-b6df85290118d17c1dddf412a1a44a83158133e3.tar.bz2 |
tsan: fix fork syscall test
Arm64 builders failed with:
error: use of undeclared identifier 'SYS_fork'
https://lab.llvm.org/buildbot/#/builders/7/builds/2575
Indeed, not all arches have fork syscall.
Implement fork via clone on these arches.
Differential Revision: https://reviews.llvm.org/D101603
Diffstat (limited to 'llvm/lib/Support/GraphWriter.cpp')
0 files changed, 0 insertions, 0 deletions