[Mlir-commits] [mlir] [MLIR][LLVM] Remove last remants of use-opaque-pointers from tests (PR #71076)

Christian Ulmann llvmlistbot at llvm.org
Thu Nov 2 09:24:43 PDT 2023


================
@@ -4,7 +4,7 @@
 // TODO: Re-enable LLVM lowering test.
 //
 // Test that we can lower all the way to LLVM without crashing, don't check results here.
-// DISABLED: mlir-opt %s -='use-opaque-pointers=1' -o=/dev/null 2>&1
+// DISABLED: mlir-opt %s -o=/dev/null 2>&1
----------------
Dinistro wrote:

This line looked already broken in main. Maybe we should just remove this run line + the TODO above?

https://github.com/llvm/llvm-project/pull/71076


More information about the Mlir-commits mailing list