This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allyesconfig in repository toolchain/ci/llvm-project.
from f082d918016 [profile] Don't crash when forking in several threads adds 3ab301b4d97 [CodeGen] only add nobuiltin to inline builtins if we'll emit them adds eaae6dfc545 [CodeGen] fix inline builtin-related breakage from D78162
No new revisions were added by this update.
Summary of changes: clang/lib/CodeGen/CodeGenModule.cpp | 11 ++++++++-- .../CodeGen/memcpy-no-nobuiltin-if-not-emitted.c | 25 ++++++++++++++++++++++ .../CodeGen/memcpy-no-nobuiltin-if-not-emitted.cpp | 16 ++++++++++++++ 3 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 clang/test/CodeGen/memcpy-no-nobuiltin-if-not-emitted.c create mode 100644 clang/test/CodeGen/memcpy-no-nobuiltin-if-not-emitted.cpp