[Mlir-commits] [mlir] [mlir] Don't rely on values of MLIR_(CURDA|ROCM)_CONVERSIONS_ENABLED. (PR #82988)

Mehdi Amini llvmlistbot at llvm.org
Mon Feb 26 16:54:15 PST 2024


joker-eph wrote:

As an example, the form `#if LLVM_ENABLE_ABI_BREAKING_CHECKS` would be caught by `-Wundef` if the Config.h header isn't included, but silently misconfigured with `ifdef`.

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


More information about the Mlir-commits mailing list