[PATCH] D102443: [PowerPC] Added multiple PowerPC builtins
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 20 01:39:47 PDT 2021
rjmccall added a comment.
If these builtins are generally supposed to be accessed through a compiler-provided header, you could make that header define these functions using underlying builtins that have a `__builtin` prefix. That's not completely necessary, though; we do support some other non-library builtins that lack the `__builtin` prefix. And it sounds like maybe there isn't such a header anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102443/new/
https://reviews.llvm.org/D102443
More information about the cfe-commits
mailing list