[clang] [CIR] Change default assumption about allowing builtins (PR #144004)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 12 19:43:12 PDT 2025


https://github.com/erichkeane approved this pull request.

Seems like a reasonable assumption for now.  THOUGH, I wonder if we'd be better off at one point instead to figure out which ones we DO know how to handle, and use the 'nobuiltin' as a fallback instead?  That way we can exercise the builtin-code as it gets implemented.

https://github.com/llvm/llvm-project/pull/144004


More information about the cfe-commits mailing list