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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to