Skip to content

Commit

Permalink
Attempt to pacify windows bots, again.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276703 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
mkuperst committed Jul 25, 2016
1 parent c5c6574 commit efd299c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/llvm/Transforms/Utils/SymbolRewriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ class RewriteSymbolPass : public PassInfoMixin<RewriteSymbolPass> {
Descriptors.splice(Descriptors.begin(), DL);
}

RewriteSymbolPass(RewriteSymbolPass &&Other)
: Descriptors(std::move(Other.Descriptors)) {}

PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);

// Glue for old PM
Expand Down

0 comments on commit efd299c

Please sign in to comment.