[clang] [CIR][ARM] Generic 32-bit ARM codegen and lowering support (PR #204360)
Akshay K via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 1 06:26:48 PDT 2026
================
@@ -2420,6 +2446,12 @@ void CIRGenItaniumCXXABI::emitVirtualObjectDelete(
/************************** Array allocation cookies **************************/
CharUnits CIRGenItaniumCXXABI::getArrayCookieSizeImpl(QualType elementType) {
+ if (useARMArrayCookieABI) {
----------------
kumarak wrote:
Moved to separate PR https://github.com/llvm/llvm-project/pull/206827
https://github.com/llvm/llvm-project/pull/204360
More information about the cfe-commits
mailing list