[PATCH] ELF: Support INPUT linker script directive

Rui Ueyama ruiu at google.com
Tue Feb 3 13:43:45 PST 2015


Hi rafaelauler,

INPUT directive is a variant of GROUP in the sense that that specifies
a list of input files. The only difference is whether the entire file
list is wrapped with a --start-group/--end-group or not.

http://reviews.llvm.org/D7390

Files:
  include/lld/ReaderWriter/LinkerScript.h
  lib/Driver/GnuLdDriver.cpp
  lib/ReaderWriter/LinkerScript.cpp
  unittests/DriverTests/GnuLdDriverTest.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7390.19262.patch
Type: text/x-patch
Size: 7732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150203/74858845/attachment.bin>


More information about the llvm-commits mailing list