diff options
author | Pavel Labath <labath@google.com> | 2017-01-10 09:40:38 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-01-10 09:40:38 +0000 |
commit | e92b965bbf42cba4b45b5307c9feee5338643c85 (patch) | |
tree | 94b3965d4cfa06877b32d90850ea3722e093821e /llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | |
parent | f440244d673f2f5345d2ded5c3742da4a3f74a29 (diff) | |
download | bcm5719-llvm-e92b965bbf42cba4b45b5307c9feee5338643c85.tar.gz bcm5719-llvm-e92b965bbf42cba4b45b5307c9feee5338643c85.zip |
[cmake] Fix LLVM_LINK_LLVM_DYLIB build, again
The llvm_config hack for lldb-server is only necessary for !DYLIB builds, as
otherwise we would get unresolved symbols from lldb libraries which do not track
their dependencies correctly (all of them). In a DYLIB build, the so will
already be added to the link dependencies and we can use that to resolve all
missing symbols.
The proper fix for this would be to have each lldb library track its
dependencies correctly.
llvm-svn: 291555
Diffstat (limited to 'llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp')
0 files changed, 0 insertions, 0 deletions