================ @@ -76,6 +76,7 @@ CIRGenModule::CIRGenModule(mlir::MLIRContext &mlirContext, SInt128Ty = cir::IntType::get(&getMLIRContext(), 128, /*isSigned=*/true); UInt8Ty = cir::IntType::get(&getMLIRContext(), 8, /*isSigned=*/false); UInt8PtrTy = cir::PointerType::get(UInt8Ty); + ASTAllocaAddressSpace = getTargetCIRGenInfo().getASTAllocaAddressSpace(); ---------------- andykaylor wrote:
```suggestion cirAllocaAddressSpace = getTargetCIRGenInfo().getCIRAllocaAddressSpace(); ``` https://github.com/llvm/llvm-project/pull/161028 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
