summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py
diff options
context:
space:
mode:
authorBob Haarman <llvm@inglorion.net>2019-08-30 16:50:10 +0000
committerBob Haarman <llvm@inglorion.net>2019-08-30 16:50:10 +0000
commitfd7569c8e366ceb89698a2a3a1b29c6365a2450e (patch)
treeaf2b814d31ae6a3095aeb391daa78f4bdb234f1a /lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py
parentb8a35649754c4c85a2ae0d5571b7c4e082fd86f9 (diff)
downloadbcm5719-llvm-fd7569c8e366ceb89698a2a3a1b29c6365a2450e.tar.gz
bcm5719-llvm-fd7569c8e366ceb89698a2a3a1b29c6365a2450e.zip
[lld-link] implement -start-lib and -end-lib
Summary: This implements -start-lib and -end-lib flags for lld-link, analogous to the similarly named options in ld.lld. Object files after -start-lib are included in the link only when needed to resolve undefined symbols. The -end-lib flag goes back to the normal behavior of always including object files in the link. This mimics the semantics of static libraries, but without needing to actually create the archive file. Reviewers: ruiu, smeenai, MaskRay Reviewed By: ruiu, MaskRay Subscribers: akhuang, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66848 llvm-svn: 370487
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud