[lld] [RISCV][lld] Gurading lld relaxation for RISCV (PR #130265)

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 7 01:39:33 PST 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 9543e9e9270e01f2c7311b571246c6ea105bcdb0 a50db56d2db08707632b7b3d9cb5171294dd170c --extensions cpp -- lld/ELF/Arch/RISCV.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/lld/ELF/Arch/RISCV.cpp b/lld/ELF/Arch/RISCV.cpp
index c8a9a70937..7e864574cc 100644
--- a/lld/ELF/Arch/RISCV.cpp
+++ b/lld/ELF/Arch/RISCV.cpp
@@ -901,7 +901,7 @@ bool RISCV::relaxOnce(int pass) const {
   llvm::TimeTraceScope timeScope("RISC-V relaxOnce");
   if (ctx.arg.relocatable)
     return false;
-  
+
   if (pass == 29)
     return false;
 

``````````

</details>


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


More information about the llvm-commits mailing list