[llvm] [DWARF] Add option to add linkage_names to call_origin declaration refs (PR #89640)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 11:02:32 PDT 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 0ff992e5f210fdcbfdd1dcc3687c9aeabde318c3 3f3b5cdc3f08d22e7ae4bb3561a78463cc630fab -- llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
index 49954bf10a..6022afbae5 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
@@ -32,10 +32,10 @@
 #include "llvm/MC/MCSymbol.h"
 #include "llvm/MC/MCSymbolWasm.h"
 #include "llvm/MC/MachineLocation.h"
+#include "llvm/Support/CommandLine.h"
 #include "llvm/Target/TargetLoweringObjectFile.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetOptions.h"
-#include "llvm/Support/CommandLine.h"
 #include <iterator>
 #include <optional>
 #include <string>

``````````

</details>


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


More information about the llvm-commits mailing list