[Driver] Don't litter the source directory in test

This commit is contained in:
Benjamin Kramer 2021-03-01 11:18:21 +01:00
parent 11ef785cdd
commit 965f24d4db
1 changed files with 1 additions and 1 deletions

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 -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