[Lldb-commits] [PATCH] D31367: Expression: add missing linkage to RuntimeDyld component

Chris Bieneman via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 3 14:05:16 PDT 2017


beanz added a comment.

@chapuni, I disagree. LLDBExpression doesn't actually use RuntimeDyld directly, rather ExecutionEngine's headers do. I don't want downstream users of ExecutionEngine to know about the things it neccesitates pulling in.


Repository:
  rL LLVM

https://reviews.llvm.org/D31367





More information about the lldb-commits mailing list