[Lldb-commits] [clang] [lldb] [llvm] [BOLT][DWARF][NFC] Remove old GDB Index functions (PR #95019)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 10 11:23:04 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 77f75b45fd8a4bbc061e85a4432c23b64ca7d4f2...b9273c87b2ae189024b6bb08af5a2ee8ecf26de9 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-06-09 08:11:06.000000 +0000
+++ cross-project-tests/lit.cfg.py 2024-06-10 18:22:29.919149 +0000
@@ -85,11 +85,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/95019
More information about the lldb-commits
mailing list