Skip to content

Conversation

maksimsab
Copy link
Contributor

This patch resolves post-commit failure after merging #131347.

This patch resolves post-commit failure after merging llvm#131347.
@llvmbot
Copy link
Member

llvmbot commented Aug 5, 2025

@llvm/pr-subscribers-llvm-transforms

Author: Maksim Sabianin (maksimsab)

Changes

This patch resolves post-commit failure after merging #131347.


Full diff: https://github.com/llvm/llvm-project/pull/152146.diff

1 Files Affected:

  • (modified) llvm/lib/Transforms/Utils/SplitModuleByCategory.cpp (+1-1)
diff --git a/llvm/lib/Transforms/Utils/SplitModuleByCategory.cpp b/llvm/lib/Transforms/Utils/SplitModuleByCategory.cpp
index e75c373e80559..6b18ecee98ec5 100644
--- a/llvm/lib/Transforms/Utils/SplitModuleByCategory.cpp
+++ b/llvm/lib/Transforms/Utils/SplitModuleByCategory.cpp
@@ -318,6 +318,6 @@ void llvm::splitModuleTransitiveFromEntryPoints(
   ModuleSplitter Splitter(std::move(M), std::move(Groups));
   while (Splitter.hasMoreSplits()) {
     ModuleDesc MD = Splitter.getNextSplit();
-    Callback(std::move(MD.releaseModule()));
+    Callback(MD.releaseModule());
   }
 }

@maksimsab
Copy link
Contributor Author

Failed job of #131347 could be found here: https://lab.llvm.org/buildbot/#/builders/51/builds/21030

@maksimsab maksimsab closed this Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants