[clang] [compiler-rt] [llvm] Make -funwind-tables the default for SystemZ. (PR #139764)

via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 27 15:01:18 PDT 2025


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 compiler-rt/test/dfsan/lit.cfg.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	2025-09-27 21:15:46.000000 +0000
+++ lit.cfg.py	2025-09-27 22:00:50.986850 +0000
@@ -25,7 +25,10 @@
 
 # Default test suffixes.
 config.suffixes = [".c", ".cpp"]
 
 # DataFlowSanitizer tests are currently supported on Linux only.
-if not (config.target_os in ["Linux"] and config.target_arch in ["aarch64", "x86_64", "loongarch64", "s390x"]):
+if not (
+    config.target_os in ["Linux"]
+    and config.target_arch in ["aarch64", "x86_64", "loongarch64", "s390x"]
+):
     config.unsupported = True

``````````

</details>


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


More information about the llvm-commits mailing list