[PATCH] D36211: [cmake] Expose the dependencies of ExecutionEngine as PUBLIC

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 00:22:03 PDT 2017


chapuni added a comment.

I think, in this case, lldbExpression is responsible to link also LLVMRuntimeDyld.

- lldb/Expression/IRExecutionUnit.h
- llvm/ExecutionEngine/SectionMemoryManager.h

They depend on RuntimeDyld.

It'd be an easier way to expose dependent libs with PUBLIC, but I am afraid if it would hide missing deps.
I have been watching library dependencies as "Link just used libraries".


Repository:
  rL LLVM

https://reviews.llvm.org/D36211





More information about the llvm-commits mailing list