diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-01-31 20:25:46 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-01-31 20:25:46 +0000 |
commit | ed873cd3c193a3795501d0db9a4245f25bbc729a (patch) | |
tree | 9025db70ab4ba7414ba4eef4b14d2cd07c716343 /lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py | |
parent | b9f42468adee8e15fab061a668c91fd0d1c0abe3 (diff) | |
download | bcm5719-llvm-ed873cd3c193a3795501d0db9a4245f25bbc729a.tar.gz bcm5719-llvm-ed873cd3c193a3795501d0db9a4245f25bbc729a.zip |
cmake: Add additional libraries to fix the darwin shared library build
darwin requires the additional linkages of...
LLVMBitReader
LLVMMCParser
LLVMObject
LLVMProfileData
LLVMTarget
LLVMVectorize
as the darwin requires all of the weak undefined symbols in a library to be
resolved when linking it against an executable (unless
-Wl,-undefined,dynamic_lookup is used to override the default behavior of
-Wl,-undefined,error).
Contributed-by: Jack Howarth
llvm-svn: 259332
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py')
0 files changed, 0 insertions, 0 deletions