[Driver][test] Avoiding producing object file in the current directory

This commit is contained in:
Fangrui Song 2022-05-02 10:00:57 -07:00
parent b07aab8fc1
commit 3d09c9b30f
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@
// RUN: FileCheck %s < %t.log
// CHECK: [Logging clang options]
// CHECK: {{.*}}clang{{.*}}"-S"
// CHECK: {{.*}} "-S"

View File

@ -5,5 +5,5 @@
// CHECK-CSV: clang{{.*}},"{{.*}}.s",{{[0-9]+}},{{[0-9]+}},{{[0-9]+}}
// RUN: env CC_PRINT_PROC_STAT=1 \
// RUN: %clang -no-canonical-prefixes -c -fintegrated-as %s | FileCheck %s
// RUN: %clang -no-canonical-prefixes -c -fintegrated-as %s -o %t.o | FileCheck %s
// CHECK: clang{{.*}}: output={{.*}}.o, total={{[0-9.]+}} ms, user={{[0-9.]+}} ms, mem={{[0-9]+}} Kb