mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[Driver][test] Avoiding producing object file in the current directory
This commit is contained in:
parent
b07aab8fc1
commit
3d09c9b30f
@ -4,5 +4,5 @@
|
||||
// RUN: FileCheck %s < %t.log
|
||||
|
||||
// CHECK: [Logging clang options]
|
||||
// CHECK: {{.*}}clang{{.*}}"-S"
|
||||
// CHECK: {{.*}} "-S"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user