| commit | d912ee959526898e256fe73ec2e88431d69d022b | [log] [tgz] |
|---|---|---|
| author | Igor Kudrin <ikudrin.dev@gmail.com> | Thu Oct 01 16:42:03 2015 +0000 |
| committer | Igor Kudrin <ikudrin.dev@gmail.com> | Thu Oct 01 16:42:03 2015 +0000 |
| tree | 8e8cdd1e138c08c7fea4cc95d4338ef8d9f7eb64 | |
| parent | b92bd7538e167ae058eedaa948fcb3a7ceecd5af [diff] |
[ELF2] Add -Bstatic and -Bdynamic command line switches Summary: These switches affect library searching for '-l' which follow them. Synonym forms are also supported: * -dy and -call_shared for -Bdynamic switch * -dn, -non_shared and -static for -Bstatic switch Reviewers: rafael, ruiu Subscribers: emaste, llvm-commits Projects: #lld Differential Revision: http://reviews.llvm.org/D13238 llvm-svn: 249029