[PATCH] D75084: [ORC] Decompose LazyCallThroughManager::callThroughToSymbol()
Stefan Gränitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 14:57:07 PST 2020
sgraenitz marked an inline comment as done.
sgraenitz added inline comments.
================
Comment at: llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp:45
+ "Missing reexport for trampoline address %p",
+ TrampolineAddr);
+
----------------
So far this error ends up in reportCallThroughError(), which reports it to the ExecutionSession and eventually returns ErrorHandlerAddr to the JITed code. Not sure this can be recovered from, but if so, it should probably get its own ErrorInfo.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75084/new/
https://reviews.llvm.org/D75084
More information about the llvm-commits
mailing list