We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdacc9b commit f22c9ddCopy full SHA for f22c9dd
llvm/include/llvm/ExecutionEngine/Orc/RedirectionManager.h
@@ -32,8 +32,8 @@ class RedirectionManager {
32
33
/// Change the redirection destination of given symbol to new destination
34
/// symbol.
35
- virtual Error redirect(JITDylib &JD, SymbolStringPtr Symbol,
36
- ExecutorSymbolDef NewDest) {
+ Error redirect(JITDylib &JD, SymbolStringPtr Symbol,
+ ExecutorSymbolDef NewDest) {
37
return redirect(JD, {{Symbol, NewDest}});
38
}
39
0 commit comments