Skip to content

Commit 4632671

Browse files
committed
Use -- instead of - for options
1 parent 5c1a19d commit 4632671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Conversion/ConvertToSPIRV/vector-sizes.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-opt -test-convert-to-spirv="run-signature-conversion=false run-vector-unrolling=true" -split-input-file %s | FileCheck %s
1+
// RUN: mlir-opt --test-convert-to-spirv="run-signature-conversion=false run-vector-unrolling=true" --split-input-file %s | FileCheck %s
22

33
// COM: This file tests the current behaviour of the SignatureConversion
44
// COM: and the unrolling of vector.to_elements to vectors of valid SPIR-V

0 commit comments

Comments
 (0)