[Mlir-commits] [mlir] [mlir][python][NFC] Make pybind references consistent with current bindings (PR #175528)

Vitalii Shutov llvmlistbot at llvm.org
Fri Jan 23 11:18:25 PST 2026


================
@@ -139,8 +139,8 @@ There are a lot of co-related issues of shared library linkage, distribution
 concerns, etc that affect such things. Organizing the code into composable
 modules (versus a monolithic `cpp` file) allows the flexibility to address many
 of these as needed over time. Also, compilation time for all of the template
-meta-programming in pybind scales with the number of things you define in a
-translation unit. Breaking into multiple translation units can significantly aid
+meta-programming in the binding layer scales with the number of things you
----------------
Lallapallooza wrote:

reverted

https://github.com/llvm/llvm-project/pull/175528


More information about the Mlir-commits mailing list