[llvm] MIPS/Asm/O32: Don't add another $ to PrivateGlobal symbol (PR #80644)

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 00:37:46 PST 2024


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 78b4e7c5e349d8c101b50affbd260eb109748f8f 5710b249fab9e6cc79d45b0b4255e1a92642d8b0 -- llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
index b001b3782b..61784b6b40 100644
--- a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
+++ b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
@@ -1,4 +1,5 @@
-///===-- MipsAsmParser.cpp - Parse Mips assembly to MCInst instructions ----===//
+///===-- MipsAsmParser.cpp - Parse Mips assembly to MCInst instructions
+///----===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.

``````````

</details>


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


More information about the llvm-commits mailing list