================
@@ -143,15 +140,76 @@ formatv_object_base::splitLiteralAndReplacement(StringRef 
Fmt) {
   return std::make_pair(ReplacementItem{Fmt}, StringRef());
 }
 
+#ifndef NDEBUG
+#define ENABLE_VALIDATION 1
+#else
+#define ENABLE_VALIDATION 1 // Convienently enable validation in release mode.
----------------
joker-eph wrote:

```suggestion
#define ENABLE_VALIDATION 1 // Conveniently enable validation in release mode.
```

(typo)

https://github.com/llvm/llvm-project/pull/105745
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to