================
@@ -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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits