================
@@ -1,10 +1,12 @@
-// RUN: %clangxx -S -ftime-trace -ftime-trace-granularity=0 -o 
%T/check-time-trace-ParseDeclarationOrFunctionDefinition %s
-// RUN: cat %T/check-time-trace-ParseDeclarationOrFunctionDefinition.json \
+// RUN: mkdir -p %t.dir
+// RUN: %clangxx -S -ftime-trace -ftime-trace-granularity=0 -o 
%t.dir/check-time-trace-ParseDeclarationOrFunctionDefinition %s
+// RUN: cp %t.dir/check-time-trace-ParseDeclarationOrFunctionDefinition.json 
/tmp/test5
----------------
boomanaiden154 wrote:

Left over from debugging because I apparently did not look closely enough at 
the diff before submitting for review.

Fixed, thanks for pointing this out.

https://github.com/llvm/llvm-project/pull/151614
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to