[Mlir-commits] [llvm] [mlir] Fix LLVM_ENABLE_ABI_BREAKING_CHECKS macro check: use #if instead of #ifdef (PR #110185)
Mehdi Amini
llvmlistbot at llvm.org
Wed Oct 23 17:01:38 PDT 2024
joker-eph wrote:
> when assertions are disabled (NDEBUG is defined) and LLVM_ENABLE_ABI_BREAKING_CHECKS=1
This seems like a weird configuration to me (if I understand correctly): what is the motivation to build LLVM with this way?
Feel free to make the code consistent though, it won't hurt.
https://github.com/llvm/llvm-project/pull/110185
More information about the Mlir-commits
mailing list