[clang] [llvm] [llvm][fatlto] Add FatLTOCleanup pass (PR #125911)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 5 11:05:22 PST 2025
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 d6315afff078cb4309b5614562b32520f6e3a2eb 955c40f3e8aab7bfb2c7c7ccc1225ed55b1bce6f --extensions h,cpp -- clang/test/CodeGen/fat-lto-objects-cfi-bug.cpp llvm/include/llvm/Transforms/IPO/FatLTOCleanup.h llvm/lib/Transforms/IPO/FatLTOCleanup.cpp llvm/lib/Passes/PassBuilder.cpp llvm/lib/Passes/PassBuilderPipelines.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/Transforms/IPO/FatLTOCleanup.h b/llvm/include/llvm/Transforms/IPO/FatLTOCleanup.h
index 1c3de6c6cd..3cebee98d2 100644
--- a/llvm/include/llvm/Transforms/IPO/FatLTOCleanup.h
+++ b/llvm/include/llvm/Transforms/IPO/FatLTOCleanup.h
@@ -24,7 +24,6 @@ namespace llvm {
class Module;
class ModuleSummaryIndex;
-
class FatLtoCleanup : public PassInfoMixin<FatLtoCleanup> {
public:
FatLtoCleanup() {}
``````````
</details>
https://github.com/llvm/llvm-project/pull/125911
More information about the cfe-commits
mailing list