[Mlir-commits] [mlir] [MLIR][test] Add asserts requirement to one test (PR #164307)

YongKang Zhu llvmlistbot at llvm.org
Mon Oct 20 13:22:48 PDT 2025


yozhu wrote:

> Could you explain why this is required? If we have some code behind `NDEBUG`, can we make it unconditional instead?

When this test is run with a build that doesn't enable DEBUG, the test will fail with error message `mlir-translate: Unknown command line argument '--debug'`.

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


More information about the Mlir-commits mailing list