[Lldb-commits] [clang] [lldb] [llvm] [BOLT][DWARF][NFC] Add parallelization for processing of DWO debug information (PR #100282)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 23 16:52:51 PDT 2024
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 ef8de68faebee0226b4836e66574f225f724e768...cbcf4b3fb0ccad7eea5c1672b90a564e707028f6 cross-project-tests/lit.cfg.py lldb/test/API/lit.cfg.py lldb/test/Shell/helper/toolchain.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- cross-project-tests/lit.cfg.py 2024-07-23 23:48:08.000000 +0000
+++ cross-project-tests/lit.cfg.py 2024-07-23 23:52:14.734146 +0000
@@ -82,11 +82,14 @@
if not hasattr(config, "clang_src_dir"):
config.clang_src_dir = ""
# Facebook T92898286
should_test_bolt = get_required_attr(config, "llvm_test_bolt")
if should_test_bolt:
- llvm_config.use_clang(required=("clang" in config.llvm_enabled_projects), additional_flags=["--post-link-optimize"])
+ llvm_config.use_clang(
+ required=("clang" in config.llvm_enabled_projects),
+ additional_flags=["--post-link-optimize"],
+ )
else:
llvm_config.use_clang(required=("clang" in config.llvm_enabled_projects))
# End Facebook T92898286
if not hasattr(config, "lld_src_dir"):
``````````
</details>
https://github.com/llvm/llvm-project/pull/100282
More information about the lldb-commits
mailing list