[llvm-branch-commits] [Lanai] Default to NewPM (PR #214574)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 6 22:48:07 PDT 2026


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 origin/main HEAD --extensions h -- llvm/lib/Target/Lanai/LanaiTargetMachine.h --diff_from_common_commit
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

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

``````````diff
diff --git a/llvm/lib/Target/Lanai/LanaiTargetMachine.h b/llvm/lib/Target/Lanai/LanaiTargetMachine.h
index fa3cb937f..22313a2ed 100644
--- a/llvm/lib/Target/Lanai/LanaiTargetMachine.h
+++ b/llvm/lib/Target/Lanai/LanaiTargetMachine.h
@@ -59,7 +59,7 @@ public:
                              CodeGenFileType FileType,
                              const CGPassBuilderOption &Opt, MCContext &Ctx,
                              PassInstrumentationCallbacks *PIC) override;
-  
+
   bool shouldDefaultToNewPM() const override { return true; }
 };
 } // namespace llvm

``````````

</details>


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


More information about the llvm-branch-commits mailing list