[PATCH] [lld][Driver] Replace Target with TargetInfo. Simplify LinkerInput.

Michael Spencer bigcheesegs at gmail.com
Tue Feb 5 16:27:18 PST 2013


Hi kledzik, shankarke,

This removes Target and moves the functionality it had over to TargetInfo.

This also simplifies LinkerInput by removing the InputKind. This will be handled elsewhere.

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

Files:
  include/lld/Core/LinkerOptions.h
  include/lld/Core/TargetInfo.h
  include/lld/Driver/Target.h
  include/lld/ReaderWriter/ELFTargetInfo.h
  include/lld/ReaderWriter/MachOTargetInfo.h
  lib/Driver/CMakeLists.txt
  lib/Driver/Drivers.cpp
  lib/Driver/LinkerInvocation.cpp
  lib/Driver/Target.cpp
  lib/Driver/Targets.cpp
  lib/ReaderWriter/ELF/ELFTargetInfo.cpp
  tools/lld-core/lld-core.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D372.1.patch
Type: text/x-patch
Size: 15403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130205/2e8af1dc/attachment.bin>


More information about the llvm-commits mailing list