[llvm-branch-commits] [Draft] add func map section header (PR #125649)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Feb 3 23:58:48 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 7d4830352bc089cbc82043c6365821f9c1e7f2b6 b5edcb2abe2e7c0d6869d15e947f01630b66adb3 --extensions cpp,h -- llvm/include/llvm/CodeGen/AsmPrinter.h llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/include/llvm/CodeGen/AsmPrinter.h b/llvm/include/llvm/CodeGen/AsmPrinter.h
index b58c02763a..bec6df60a6 100644
--- a/llvm/include/llvm/CodeGen/AsmPrinter.h
+++ b/llvm/include/llvm/CodeGen/AsmPrinter.h
@@ -418,7 +418,7 @@ public:
   void emitBBAddrMapSection(const MachineFunction &MF);
 
   void emitFuncMapStart();
-  
+
   void emitFuncMapEnd();
 
   void emitFuncMapSection(const MachineFunction &MF);

``````````

</details>


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


More information about the llvm-branch-commits mailing list