================ @@ -0,0 +1,18 @@ +// RUN: rm -f %t.json +// RUN: clang-ssaf-format -type=tu %S/tu-summary.json -o %t.json +// RUN: diff %S/tu-summary.json %t.json ---------------- steakhal wrote:
I see. So you basically round-trip these? BTW, you must use `rm -rf` because `rm` fails otherwise if the file didn't exist yet. https://github.com/llvm/llvm-project/pull/187156 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
