[PATCH] D127460: Rename GCCBuiltin into ClangBuiltin
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 20 15:09:23 PDT 2023
tra added a comment.
Would it make sense to also introduce a `ClangTargetBuiltin` for the cases where we use TARGET_BUILTIN on LLVM side now?
A lot of the builtins we have in clang are TARGET_BUILTIN() with constrained availability (~5K, if my grep-foo works correctly).
Right now we attempt to keep things in sync manually, but we don't always manage to do that correctly. Having one-shot for such a common case would help with that a bit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127460/new/
https://reviews.llvm.org/D127460
More information about the cfe-commits
mailing list