[Lldb-commits] [PATCH] D31367: Expression: add missing linkage to RuntimeDyld component
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 29 13:11:35 PDT 2017
labath added a comment.
We don't depend on the RuntimeDyld component of llvm directy -- we only use it indirectly through the ExecutionEngine component. Shouldn't that be reflected as a dependency in the build system somehow, so that the former can be pulled in directly ?
RuntimeDyld is listed as a dependency of ExecutionEngine in lib/ExecutionEngine/LLVMBuild.txt, but that does not seem to be reflected in the cmake? Is that a bug on the llvm side?
Repository:
rL LLVM
https://reviews.llvm.org/D31367
More information about the lldb-commits
mailing list