[llvm] [CI] Update Windows testing to use clang compiler. (PR #162026)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 9 14:06:06 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-10-09 21:00:22.000000 +0000
+++ compute_projects.py 2025-10-09 21:05:35.019176 +0000
@@ -104,13 +104,13 @@
"bolt", # No Windows Support.
"libcxx",
"libcxxabi",
"libunwind",
"flang-rt",
- "mlir", #CAROLINE
- "polly", #CAROLINE
- "lld", #CAROLINE
+ "mlir", # CAROLINE
+ "polly", # CAROLINE
+ "lld", # CAROLINE
}
# These are projects that we should test if the project itself is changed but
# where testing is not yet stable enough for it to be enabled on changes to
# dependencies.
``````````
</details>
https://github.com/llvm/llvm-project/pull/162026
More information about the llvm-commits
mailing list