Skip to content

Conversation

wlei-llvm
Copy link
Contributor

Test Plan: llvm/test/CodeGen/X86/function-address-map-function-sections.ll

Created using spr 1.3.6-beta.1
@wlei-llvm wlei-llvm changed the title [TMP] add func map section header [Draft] add func map section header Feb 4, 2025
Copy link

github-actions bot commented Feb 4, 2025

⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️

You can test this locally with the following command:
git-clang-format --diff 7d4830352bc089cbc82043c6365821f9c1e7f2b6 b5edcb2abe2e7c0d6869d15e947f01630b66adb3 --extensions cpp,h -- llvm/include/llvm/CodeGen/AsmPrinter.h llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
View the diff from clang-format here.
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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant