summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py
diff options
context:
space:
mode:
authorBob Haarman <llvm@inglorion.net>2019-09-03 20:32:16 +0000
committerBob Haarman <llvm@inglorion.net>2019-09-03 20:32:16 +0000
commit7dc5e7a0a4f4d27f3fa09e18907fe6f34767bfe2 (patch)
tree81a2848d1d8a28bc96d02a0f9617e78d75908da7 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py
parenta0a2ca67fef723968266a33b6824f1948464193a (diff)
downloadbcm5719-llvm-7dc5e7a0a4f4d27f3fa09e18907fe6f34767bfe2.tar.gz
bcm5719-llvm-7dc5e7a0a4f4d27f3fa09e18907fe6f34767bfe2.zip
reland "[lld-link] implement -start-lib and -end-lib"
Summary: This is a re-land of r370487 with a fix for the use-after-free bug that rev contained. 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: 370816
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud