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
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.