[Mlir-commits] [mlir] [mlir python][cmake] Fixed nanobind target used in target_compile_options in AddMLIRPython.cmake (PR #121477)
Maksim Levental
llvmlistbot at llvm.org
Mon Jan 6 10:17:06 PST 2025
makslevental wrote:
> I thought jpienaar implemented a solution where we suppress the warning with pragmas instead
It couldn't/can't be done - the warnings stem from both templates and the lib and in fact templates in the headers (so you can't bracket the `#include`s with the pragmas).
https://github.com/llvm/llvm-project/pull/121477
More information about the Mlir-commits
mailing list