[PATCH] D124212: [sanitizer] Use canonical syscalls everywhere
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 07:33:37 PDT 2022
uweigand added a comment.
This seems to have broken the s390x build bots, there are now >500 failing sanitizer test cases:
https://lab.llvm.org/buildbot/#/builders/94/builds/8761
Not sure yet what exactly the problem is; those syscalls certainly should be available, but we may run into some other issues in these new code paths.
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