[PATCH] D75084: [ORC] Decompose LazyCallThroughManager::callThroughToSymbol()
Stefan Gränitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 4 15:11:47 PST 2020
sgraenitz updated this revision to Diff 248337.
sgraenitz added a comment.
Remove `assert(Notifiers.find(TrampolineAddr) != Notifiers.end());` from findReexport() -- NotifyResolved may have been issued from a concurrent call-through
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75084/new/
https://reviews.llvm.org/D75084
Files:
llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75084.248337.patch
Type: text/x-patch
Size: 4714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200304/31af8130/attachment.bin>
More information about the llvm-commits
mailing list