[llvm] [bolt] Introduce binary analysis tool based on BOLT. (PR #115330)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 01:31:30 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 c0a7b60fd1b244782032fefc261c4442c54c3935 2c5293fa8f385970b3c4727d77c73bbcdcb08a00 --extensions h,cpp -- bolt/tools/binary-analysis/binary-analysis.cpp bolt/include/bolt/Rewrite/RewriteInstance.h bolt/include/bolt/Utils/CommandLineOpts.h bolt/lib/Rewrite/RewriteInstance.cpp bolt/lib/Utils/CommandLineOpts.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/bolt/tools/binary-analysis/binary-analysis.cpp b/bolt/tools/binary-analysis/binary-analysis.cpp
index 8e64003725..b03fee3e02 100644
--- a/bolt/tools/binary-analysis/binary-analysis.cpp
+++ b/bolt/tools/binary-analysis/binary-analysis.cpp
@@ -12,8 +12,6 @@
//
//===----------------------------------------------------------------------===//
-
-
#include "bolt/Rewrite/RewriteInstance.h"
#include "bolt/Utils/CommandLineOpts.h"
#include "llvm/MC/TargetRegistry.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/115330
More information about the llvm-commits
mailing list