[Mlir-commits] [mlir] Remove llvm support from mlir cmake (PR #180986)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Feb 11 10:22:06 PST 2026
https://github.com/RattataKing created https://github.com/llvm/llvm-project/pull/180986
None
>From 4e26bf66b789b6b4f05a9137c42f154944a829e3 Mon Sep 17 00:00:00 2001
From: Amily Wu <amilywu2 at amd.com>
Date: Wed, 11 Feb 2026 18:21:38 +0000
Subject: [PATCH] Remove llvm support from mlir cmake
---
mlir/cmake/modules/AddMLIRPython.cmake | 1 -
1 file changed, 1 deletion(-)
diff --git a/mlir/cmake/modules/AddMLIRPython.cmake b/mlir/cmake/modules/AddMLIRPython.cmake
index 97873d0c07ab8..8d28999585787 100644
--- a/mlir/cmake/modules/AddMLIRPython.cmake
+++ b/mlir/cmake/modules/AddMLIRPython.cmake
@@ -474,7 +474,6 @@ function(add_mlir_python_modules name)
MLIR_BINDINGS_PYTHON_NB_DOMAIN ${ARG_MLIR_BINDINGS_PYTHON_NB_DOMAIN}
_PRIVATE_SUPPORT_LIB
LINK_LIBS PRIVATE
- LLVMSupport
${sources_target}
${ARG_COMMON_CAPI_LINK_LIBS}
)
More information about the Mlir-commits
mailing list