[PATCH] D13135: [ELF2] Add support for -L and -l command line switches

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 10:03:46 PDT 2015


ikudrin updated this revision to Diff 35730.
ikudrin added a comment.

- Fixed priority in library search. The corresponding test is added.
- Simplified the code by removing additional methods and a composite return value.


http://reviews.llvm.org/D13135

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  test/elf2/Inputs/libsearch-dyn.s
  test/elf2/Inputs/libsearch-st.s
  test/elf2/libsearch.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13135.35730.patch
Type: text/x-patch
Size: 5284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150925/5c0e37d4/attachment.bin>


More information about the llvm-commits mailing list