[llvm] [BinaryFormat] Disable MachOTest.UnalignedLC on SPARC (PR #100086)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 01:53:34 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 430b2545032db9de7898444502915f89e20f7c4c d238831d828149fb396d703f601c9783bcc37ba6 --extensions cpp -- llvm/unittests/BinaryFormat/MachOTest.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/unittests/BinaryFormat/MachOTest.cpp b/llvm/unittests/BinaryFormat/MachOTest.cpp
index 78b20c28a9..46f42f4b7c 100644
--- a/llvm/unittests/BinaryFormat/MachOTest.cpp
+++ b/llvm/unittests/BinaryFormat/MachOTest.cpp
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/ADT/bit.h"
#include "llvm/BinaryFormat/MachO.h"
+#include "llvm/ADT/bit.h"
#include "llvm/TargetParser/Triple.h"
#include "gtest/gtest.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/100086
More information about the llvm-commits
mailing list