[Mlir-commits] [mlir] [MLIR][Python] Add LLVM include directories to mlir-py cmake (PR #181779)
Maksim Levental
llvmlistbot at llvm.org
Tue Feb 17 08:20:50 PST 2026
makslevental wrote:
> @makslevental We need CAPI because we wrapped some LLVM utilities to C for mlir-py: https://github.com/llvm/llvm-project/blob/main/mlir/lib/CAPI/IR/Support.cpp#L27-L76
Those are fine but you can just expose these in https://github.com/llvm/llvm-project/blob/main/mlir/include/mlir-c/Support.h
https://github.com/llvm/llvm-project/pull/181779
More information about the Mlir-commits
mailing list