[all-commits] [llvm/llvm-project] 752355: [Clang][CodeGen] Add __builtin_bcopy (#67130)
Carlos Eduardo Seo via All-commits
all-commits at lists.llvm.org
Sun Sep 24 07:58:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7523550853dbb0c66c17f424d60201bde4ec3bb7
https://github.com/llvm/llvm-project/commit/7523550853dbb0c66c17f424d60201bde4ec3bb7
Author: Carlos Eduardo Seo <carlos.seo at linaro.org>
Date: 2023-09-24 (Sun, 24 Sep 2023)
Changed paths:
M clang/include/clang/Basic/Builtins.def
M clang/lib/AST/Decl.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/Analysis/bstring.c
M clang/test/Analysis/security-syntax-checks.m
M clang/test/CodeGen/PowerPC/builtins-ppc-xlcompat-macros.c
Log Message:
-----------
[Clang][CodeGen] Add __builtin_bcopy (#67130)
Add __builtin_bcopy to the list of GNU builtins. This was causing a
series of test failures in glibc.
Adjust the tests to reflect the changes in codegen.
Fixes #51409.
Fixes #63065.
More information about the All-commits
mailing list