[Mlir-commits] [mlir] [MLIR][Python] Remove stale Python module naming status message (PR #211243)
Anutosh Bhat
llvmlistbot at llvm.org
Wed Jul 22 05:15:20 PDT 2026
https://github.com/anutosh491 updated https://github.com/llvm/llvm-project/pull/211243
>From e27e7eb00fea2e2e73ae733aeb015eaa2ee66f0b Mon Sep 17 00:00:00 2001
From: anutosh491 <andersonbhat491 at gmail.com>
Date: Wed, 22 Jul 2026 17:42:37 +0530
Subject: [PATCH] [MLIR][Python] Remove stale Python module naming status
message
---
mlir/cmake/modules/MLIRDetectPythonEnv.cmake | 3 ---
1 file changed, 3 deletions(-)
diff --git a/mlir/cmake/modules/MLIRDetectPythonEnv.cmake b/mlir/cmake/modules/MLIRDetectPythonEnv.cmake
index 068d6712393c2..ad176af6ef580 100644
--- a/mlir/cmake/modules/MLIRDetectPythonEnv.cmake
+++ b/mlir/cmake/modules/MLIRDetectPythonEnv.cmake
@@ -84,8 +84,5 @@ macro(mlir_configure_python_dev_packages)
endif()
find_package(nanobind 2.9 CONFIG REQUIRED)
message(STATUS "Found nanobind v${nanobind_VERSION}: ${nanobind_INCLUDE_DIR}")
- message(STATUS "Python prefix = '${PYTHON_MODULE_PREFIX}', "
- "suffix = '${PYTHON_MODULE_SUFFIX}', "
- "extension = '${PYTHON_MODULE_EXTENSION}")
endif()
endmacro()
More information about the Mlir-commits
mailing list