[clang] [NFC][clang] Split clang/lib/CodeGen/CGBuiltin.cpp into target-specific files (PR #132252)
David Green via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 21 00:13:00 PDT 2025
================
@@ -0,0 +1,8040 @@
+//===------ AArch64.cpp - Emit LLVM Code for builtins ---------------------===//
----------------
davemgreen wrote:
This looks like it should be Arm.cpp, as it is the common code between the Arm and AArch64 backends.
https://github.com/llvm/llvm-project/pull/132252
More information about the cfe-commits
mailing list