================
@@ -134,6 +134,12 @@ llvm::AllocaInst
*CodeGenFunction::CreateTempAlloca(llvm::Type *Ty,
Alloca =
new llvm::AllocaInst(Ty, CGM.getDataLayout().getAllocaAddrSpace(),
ArraySize, Name, AllocaInsertPt->getIterator());
+ llvm::errs() << "Alloca name '" << Alloca->getName() << "'\n";
+ llvm::errs() << "NAME str '" << Name.str() << "'\n";
----------------
fhahn wrote:
left over dbg ?
https://github.com/llvm/llvm-project/pull/119387
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits