[llvm] [CI] Test lit when it is changed (PR #159359)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 17 06:41:27 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 .ci/compute_projects_test.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-09-17 13:35:25.000000 +0000
+++ compute_projects.py	2025-09-17 13:40:52.768455 +0000
@@ -165,11 +165,11 @@
     ("clang", "include", "clang", "CIR"): "CIR",
     ("*", "docs"): "docs",
     ("llvm", "utils", "gn"): "gn",
     (".github", "workflows", "premerge.yaml"): ".ci",
     ("third-party",): ".ci",
-    ("llvm", "utils", "lit"): "lit"
+    ("llvm", "utils", "lit"): "lit",
 }
 
 # Projects that should run tests but cannot be explicitly built.
 SKIP_BUILD_PROJECTS = ["CIR", "lit"]
 

``````````

</details>


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


More information about the llvm-commits mailing list