[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 13:24:41 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:
@nicolasvasilache should we just remove this line in a followup patch?
https://github.com/llvm/llvm-project/pull/71076
More information about the Mlir-commits
mailing list