[llvm] [CI] Add flang-rt to pre-merge configuration (PR #156039)

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 29 07:52:51 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 .ci/compute_projects.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
--- compute_projects.py	2025-08-29 14:49:11.000000 +0000
+++ compute_projects.py	2025-08-29 14:52:21.198442 +0000
@@ -50,11 +50,11 @@
     },
     "lld": {"bolt", "cross-project-tests"},
     "clang": {"clang-tools-extra", "cross-project-tests", "lldb"},
     "mlir": {"flang"},
     # Test everything if ci scripts are changed.
-    #".ci": {
+    # ".ci": {
     #    "llvm",
     #    "clang",
     #    "CIR",
     #    "lld",
     #    "lldb",
@@ -63,11 +63,11 @@
     #    "mlir",
     #    "polly",
     #    "flang",
     #    "libclc",
     #    "openmp",
-    #},
+    # },
 }
 
 # This mapping describes runtimes that should be enabled for a specific project,
 # but not necessarily run for testing. The only case of this currently is lldb
 # which needs some runtimes enabled for tests.

``````````

</details>


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


More information about the llvm-commits mailing list