[llvm] [RemoveDIs] Print non-intrinsic debug info in textual IR output (PR #79281)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 04:32:14 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 416b079336c6d6e48858f951cd494a7a3577deb8 f07f32889cce969e3f4ef3cf0bfc8d390b2f9dc7 -- llvm/include/llvm/IR/Module.h llvm/lib/IR/AsmWriter.cpp llvm/lib/IR/BasicBlock.cpp llvm/lib/IR/IRPrintingPasses.cpp llvm/lib/IR/Module.cpp llvm/lib/IRPrinter/IRPrintingPasses.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/IR/AsmWriter.cpp b/llvm/lib/IR/AsmWriter.cpp
index d56b08336e..068fcdc386 100644
--- a/llvm/lib/IR/AsmWriter.cpp
+++ b/llvm/lib/IR/AsmWriter.cpp
@@ -2657,7 +2657,6 @@ public:
   void writeAttributeSet(const AttributeSet &AttrSet, bool InAttrGroup = false);
   void writeAllAttributeGroups();
 
-
   void printTypeIdentities();
   void printGlobal(const GlobalVariable *GV);
   void printAlias(const GlobalAlias *GA);

``````````

</details>


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


More information about the llvm-commits mailing list