[all-commits] [llvm/llvm-project] 76c59a: [ORC] Decompose LazyCallThroughManager::callThroug...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Wed Mar 4 15:27:15 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 76c59a63bc7f19f264f44a1a44f0a67193ad79de
https://github.com/llvm/llvm-project/commit/76c59a63bc7f19f264f44a1a44f0a67193ad79de
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2020-03-05 (Thu, 05 Mar 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
M llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
Log Message:
-----------
[ORC] Decompose LazyCallThroughManager::callThroughToSymbol()
Summary: Decompose callThroughToSymbol() into findReexport(), resolveSymbol(), notifyResolved() and reportCallThroughError(). This allows derived classes to reuse the functionality while adding their own code in between.
Reviewers: lhames
Reviewed By: lhames
Subscribers: hiraditya, steven_wu, dexonsmith, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75084
More information about the All-commits
mailing list