[clang] Switch builtin strings to use string tables (PR #118734)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 8 10:43:15 PST 2024


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

Confirmed that this works on GCC now. I'd suggest to replace the use of StringLiteral::size with plain sizeof(). The build time overhead of going through StringLiteral here is substantial.

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


More information about the cfe-commits mailing list