[PATCH] [Driver] Add -L and -l support.

Michael Spencer bigcheesegs at gmail.com
Sun Feb 3 13:07:31 PST 2013


Hi shankarke, kledzik,

This patch adds support for -L and -l to the ld driver. It also implements
library lookup for .a files.

http://llvm-reviews.chandlerc.com/D365

Files:
  include/lld/Core/LinkerOptions.h
  include/lld/Core/TargetInfo.h
  lib/Core/TargetInfo.cpp
  lib/Driver/CoreOptions.td
  lib/Driver/Drivers.cpp
  lib/Driver/LDOptions.td
  lib/Driver/LinkerInvocation.cpp
  test/Driver/lib-search.test
  test/elf/Inputs/libfnarchive.a
  test/elf/Inputs/libfnarchive.x86_64
  test/elf/archive-elf-forceload.objtxt
  test/elf/archive-elf.objtxt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D365.1.patch
Type: text/x-patch
Size: 11769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130203/701e33b2/attachment.bin>


More information about the llvm-commits mailing list