[Lldb-commits] [PATCH] D31367: Expression: add missing linkage to RuntimeDyld component
NAKAMURA Takumi via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 2 01:33:12 PDT 2017
chapuni added a comment.
@mgorny was doing the right thing.
The user of llvm/ExecutionEngine/SectionMemoryManager.h (from lldb/Expression/IRExecutionUnit.h) may depend on RuntimeDyld.
If a derived class from RTDyldMemoryManager is implemented, it should depend on RuntimeDyld.
Repository:
rL LLVM
https://reviews.llvm.org/D31367
More information about the lldb-commits
mailing list