[Mlir-commits] [mlir] [MLIR][Python] Add LLVM include directories to mlir-py cmake (PR #181779)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Feb 17 10:50:48 PST 2026
RattataKing wrote:
> You don't need this interface target, you just need to drop the remaining uses of `mlir/CAPI/Support.h` like here
>
> https://github.com/llvm/llvm-project/blob/main/mlir/include/mlir/Bindings/Python/Globals.h#L23
I see, use `mlir-c/Support.h` instead of `mlir/CAPI/Support.h`, thanks! @makslevental
https://github.com/llvm/llvm-project/pull/181779
More information about the Mlir-commits
mailing list