[PATCH] D158135: [Clang] Add __builtin_bcopy

2023-08-17 Thread Carlos Eduardo Seo via Phabricator via cfe-commits
cseo updated this revision to Diff 551187. cseo added a comment. Herald added subscribers: kbarton, nemanjai. Fix ppc bcopy test Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158135/new/ https://reviews.llvm.org/D158135 Files: clang/include/clan

[PATCH] D158135: [Clang] Add __builtin_bcopy

2023-08-16 Thread Carlos Eduardo Seo via Phabricator via cfe-commits
cseo created this revision. Herald added a project: All. cseo requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Add __builtin_bcopy to the list of GNU builtins. This was causing a series of test failures in glibc. Fixes #51409. Fixes #63065.