================
@@ -200,6 +192,24 @@ class Interpreter {
llvm::SmallVector<Expr *, 4> ValuePrintingInfo;
std::unique_ptr<llvm::orc::LLJITBuilder> JITBuilder;
+
+ /// @}
+ /// @name Value and pretty printing support
+ /// @{
+
+ std::string ValueDataToString(const Value &V);
----------------
AaronBallman wrote:
Why is `ValueTypeToString` const but not `ValueDataToString`?
https://github.com/llvm/llvm-project/pull/148701
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits