Skip to content

Commit 8338354

Browse files
committed
[MLIR] Remove explicit -opaque-pointers flag from test (NFC)
1 parent 53717ca commit 8338354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Target/LLVMIR/opaque-ptr.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-translate -mlir-to-llvmir -opaque-pointers %s | FileCheck %s
1+
// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
22

33
// CHECK-LABEL: @opaque_ptr_load
44
llvm.func @opaque_ptr_load(%arg0: !llvm.ptr) -> i32 {

0 commit comments

Comments
 (0)