================
@@ -416,6 +416,8 @@ Interpreter::Interpreter(std::unique_ptr<CompilerInstance>
Instance,
return;
}
}
+
+ ValuePrintingInfo.resize(4);
----------------
AaronBallman wrote:Can you explain why this is needed? https://github.com/llvm/llvm-project/pull/148701 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
