[PATCH] Move LinkerInput to LinkingContext.

Rui Ueyama ruiu at google.com
Fri Aug 30 19:12:46 PDT 2013


Hi kledzik, shankarke,

The aim of doing this is to make LinkerInput accessible from outside of
Driver::link(). This should be useful for COFF, which allows object files
to add more input files by linker options in .drectve section.

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

Files:
  include/lld/Core/LinkingContext.h
  include/lld/Core/Resolver.h
  include/lld/Driver/Driver.h
  include/lld/ReaderWriter/PECOFFLinkingContext.h
  lib/Core/LinkingContext.cpp
  lib/Core/Resolver.cpp
  lib/Driver/Driver.cpp
  lib/ReaderWriter/PECOFF/PECOFFLinkingContext.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1569.1.patch
Type: text/x-patch
Size: 9215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130830/24d7177b/attachment.bin>


More information about the llvm-commits mailing list