[Mlir-commits] [mlir] [mlir][python] Add stable ABI (abi3) support (PR #183856)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Feb 27 15:03:46 PST 2026
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r origin/main...HEAD mlir/test/python/ir/auto_location_stable_abi.py mlir/test/lit.cfg.py mlir/test/python/ir/auto_location.py
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- lit.cfg.py 2026-02-27 23:01:40.000000 +0000
+++ lit.cfg.py 2026-02-27 23:03:15.500132 +0000
@@ -393,6 +393,5 @@
if config.arm_emulator_executable:
config.available_features.add("arm-emulator")
if sys.version_info >= (3, 11):
config.available_features.add("python-ge-311")
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/183856
More information about the Mlir-commits
mailing list