[llvm] [ctxprof] don't inline weak symbols after instrumentation (PR #128811)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 19:50:51 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 01cc1d13cd0c54bd4c29185b052fa5c16285dca7 6dce931bff268fe286dc443c56ccf1d65a601b85 --extensions cpp,h -- llvm/include/llvm/IR/GlobalValue.h llvm/include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h llvm/lib/Passes/PassBuilderPipelines.cpp llvm/lib/Transforms/Instrumentation/PGOCtxProfLowering.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Transforms/Instrumentation/PGOCtxProfLowering.cpp b/llvm/lib/Transforms/Instrumentation/PGOCtxProfLowering.cpp
index 5669df2eaf..19d899b081 100644
--- a/llvm/lib/Transforms/Instrumentation/PGOCtxProfLowering.cpp
+++ b/llvm/lib/Transforms/Instrumentation/PGOCtxProfLowering.cpp
@@ -353,7 +353,7 @@ bool CtxInstrumentationLowerer::lowerFunction(Function &F) {
}
PreservedAnalyses NoinlineNonPrevailing::run(Module &M,
- ModuleAnalysisManager &MAM) {
+ ModuleAnalysisManager &MAM) {
bool Changed = false;
for (auto &F : M) {
if (F.isDeclaration())
``````````
</details>
https://github.com/llvm/llvm-project/pull/128811
More information about the llvm-commits
mailing list