================
@@ -274,7 +317,7 @@ struct RecordReplayTy {
   void saveKernelOutputInfo(const char *Name) {
     SmallString<128> OutputFilename = {
         Name, (isRecording() ? ".original.output" : ".replay.output")};
----------------
nmustakin wrote:

The motivation was to save the disk usage from the memory dumps. So having the 
diff dump along with entire dump defeats the purpose. The verification compares 
the `.original.output` to the `.replay.output` anyway. Since both are now 
replaced by diffs, the verification from the `llvm-omp-kernel-replay` tool just 
compares the diffs now. 

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

Reply via email to