forked from OSchip/llvm-project
[MLIR][python] Disable SONAME on extensions.
* Broken out of https://reviews.llvm.org/D106419 * Otherwise, same named modules will conflict with each other. Differential Revision: https://reviews.llvm.org/D107113
This commit is contained in:
parent
bb6fddb63c
commit
1de7a17ff3
|
@ -485,6 +485,7 @@ function(add_mlir_python_extension libname extname)
|
|||
OUTPUT_NAME "${extname}"
|
||||
PREFIX "${PYTHON_MODULE_PREFIX}"
|
||||
SUFFIX "${PYTHON_MODULE_SUFFIX}${PYTHON_MODULE_EXTENSION}"
|
||||
NO_SONAME ON
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
|
|
Loading…
Reference in New Issue