File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: onnx-mlir -v %s 2>&1 | FileCheck %s
2
2
3
3
// REQUIRES: system-windows
4
- // CHECK: opt.exe {{.*}} -o {{.*}}check_verbosity.bc
5
- // CHECK-NEXT: llc.exe {{.*}} -filetype=obj {{.*}} -o {{.*}}check_verbosity.obj {{.*}}check_verbosity.bc
6
- // CHECK-NEXT: cl.exe {{.*}}check_verbosity.obj /Fe:{{.*}}check_verbosity.dll {{.*}}
4
+ // CHECK: opt{{(\ .exe)?}} {{.*}} -o {{.*}}check_verbosity.bc
5
+ // CHECK-NEXT: llc{{(\ .exe)?}} {{.*}} -filetype=obj {{.*}} -o {{.*}}check_verbosity.obj {{.*}}check_verbosity.bc
6
+ // CHECK-NEXT: cl{{(\ .exe)?}} {{.*}}check_verbosity.obj /Fe:{{.*}}check_verbosity.dll {{.*}}
7
7
module {
8
8
func @main_graph (%arg0: tensor <1 x1 xf32 >, %arg1: tensor <1 x1 xf32 >) -> tensor <1 x1 xf32 > {
9
9
%0 = " onnx.MatMul" (%arg0 , %arg1 ) : (tensor <1 x1 xf32 >, tensor <1 x1 xf32 >) -> tensor <1 x1 xf32 >
You can’t perform that action at this time.
0 commit comments