[PATCH] D13238: [ELF2] Add -Bstatic and -Bdynamic command line switches

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 03:22:01 PDT 2015


ikudrin created this revision.
ikudrin added reviewers: rafael, ruiu.
ikudrin added a subscriber: llvm-commits.
ikudrin added a project: lld.

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 

http://reviews.llvm.org/D13238

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  test/elf2/libsearch.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13238.35952.patch
Type: text/x-patch
Size: 4754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150929/b1f08c96/attachment.bin>


More information about the llvm-commits mailing list