[libcxx-commits] [llvm] [openmp] [clang] [libcxx] [flang] [compiler-rt] [clang-tools-extra] [lldb] [OpenMP] Add memory diff dump for kernel record-replay (PR #70667)
Giorgis Georgakoudis via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 31 13:53:14 PDT 2023
================
@@ -274,7 +317,7 @@ struct RecordReplayTy {
void saveKernelOutputInfo(const char *Name) {
SmallString<128> OutputFilename = {
Name, (isRecording() ? ".original.output" : ".replay.output")};
----------------
ggeorgakoudis wrote:
Create a new extensions when outputting in the diff format, e.g., `.replay.diff.output` to avoid mixing up verification from the `llvm-omp-kernel-replay` tool
https://github.com/llvm/llvm-project/pull/70667
More information about the libcxx-commits
mailing list