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

Jonathan Thackray via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 20 13:33:52 PDT 2025


jthackray wrote:

> This makes a lot of sense to me, just wondering why you chose `clang/lib/CodeGen/BuiltinTargets/` rather than `clang/lib/CodeGen/TargetBuiltins/`? The former shounds like it contains the list of all builtin targets, rather than the codegen for target-specific builtins.

@arichardson @MacDue Thanks. Now updated.

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


More information about the cfe-commits mailing list