[clang] [NFC][clang] Split clang/lib/CodeGen/CGBuiltin.cpp into target-specific files (PR #132252)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 2 08:42:41 PDT 2025


nikic wrote:

I looked into why the tiny files are slow to compile, and it seems to mostly come down to CodeGenFunction.h being expensive (including it adds ~3s to the build time). I submitted https://github.com/llvm/llvm-project/pull/134100 to improve this a bit.

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


More information about the cfe-commits mailing list