[clang] [clang] Remove %T from tests (PR #151614)
Aiden Grossman via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 31 18:47:56 PDT 2025
================
@@ -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
More information about the cfe-commits
mailing list