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

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

Reply via email to