================ @@ -62,6 +62,7 @@ class TestFile { template <typename T> static llvm::Expected<T> roundtripJSON(const T &input) { llvm::json::Value value = toJSON(input); + llvm::errs() << "JSON: " << value << "\n"; ---------------- ashgti wrote:
Done. https://github.com/llvm/llvm-project/pull/153121 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits