[llvm] [lldb][windows] build lldb and lldb-dap in PR testing (PR #195884)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 5 10:39:18 PDT 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 .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_test.py 2026-05-05 17:36:41.000000 +0000
+++ compute_projects_test.py 2026-05-05 17:38:41.971485 +0000
@@ -467,18 +467,14 @@
def test_lldb_windows(self):
env_variables = compute_projects.get_env_variables(
["lldb/CMakeLists.txt"], "Windows"
)
- self.assertEqual(
- env_variables["projects_to_build"], "clang;lld;lldb;llvm"
- )
+ self.assertEqual(env_variables["projects_to_build"], "clang;lld;lldb;llvm")
self.assertEqual(env_variables["project_check_targets"], "lldb lldb-dap")
self.assertEqual(env_variables["runtimes_to_build"], "compiler-rt")
self.assertEqual(env_variables["runtimes_check_targets"], "")
- self.assertEqual(
- env_variables["runtimes_check_targets_needs_reconfig"], ""
- )
+ self.assertEqual(env_variables["runtimes_check_targets_needs_reconfig"], "")
if __name__ == "__main__":
unittest.main()
``````````
</details>
https://github.com/llvm/llvm-project/pull/195884
More information about the llvm-commits
mailing list