[llvm] [llvm-readobj] enable demangle option for the xcoff object file (PR #78455)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 07:15:07 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 8803112beedde4d7b7d396bea457085a754914f3 95bd9a2af50ea3a011d7d2c0b5c4dd66b3b867cd -- llvm/tools/llvm-readobj/XCOFFDumper.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/tools/llvm-readobj/XCOFFDumper.cpp b/llvm/tools/llvm-readobj/XCOFFDumper.cpp
index 5816ac5856..453d231e44 100644
--- a/llvm/tools/llvm-readobj/XCOFFDumper.cpp
+++ b/llvm/tools/llvm-readobj/XCOFFDumper.cpp
@@ -12,8 +12,8 @@
#include "ObjDumper.h"
#include "llvm-readobj.h"
-#include "llvm/Object/XCOFFObjectFile.h"
#include "llvm/Demangle/Demangle.h"
+#include "llvm/Object/XCOFFObjectFile.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/ScopedPrinter.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/78455
More information about the llvm-commits
mailing list