[PATCH] D151152: [compiler-rt] Avoid memintrinsic calls inserted by the compiler
Marco Elver via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 10:24:12 PDT 2023
melver added a comment.
In D151152#4400149 <https://reviews.llvm.org/D151152#4400149>, @fmayer wrote:
> Seems like the check_memcpy.c is broken: https://lab.llvm.org/buildbot/#/builders/37/builds/22633/steps/2/logs/stdio
Apparently this is expected because a similar exception exists for the tsan check_memcpy.c test: https://github.com/llvm/llvm-zorg/pull/38/files
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151152/new/
https://reviews.llvm.org/D151152
More information about the llvm-commits
mailing list