Skip to content

Commit c16562f

Browse files
author
git apple-llvm automerger
committed
Merge commit 'f22c9ddb36dc' from llvm.org/main into next
2 parents f330836 + f22c9dd commit c16562f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/ExecutionEngine/Orc/RedirectionManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class RedirectionManager {
3232

3333
/// Change the redirection destination of given symbol to new destination
3434
/// symbol.
35-
virtual Error redirect(JITDylib &JD, SymbolStringPtr Symbol,
36-
ExecutorSymbolDef NewDest) {
35+
Error redirect(JITDylib &JD, SymbolStringPtr Symbol,
36+
ExecutorSymbolDef NewDest) {
3737
return redirect(JD, {{Symbol, NewDest}});
3838
}
3939

0 commit comments

Comments
 (0)