[Linker] Drop support for IR-level extended linking support (archives, etc.).
authorDaniel Dunbar <daniel@zuster.org>
Thu, 17 Jan 2013 19:52:25 +0000 (19:52 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 17 Jan 2013 19:52:25 +0000 (19:52 +0000)
commit8a81c243123522b49ca5800ca1c697c8742d10ae
treedfc71ac491353874e3f9cf67da1455c4b2e0455b
parent6600516a58947a8be49ba8c8be178ab48924516b
[Linker] Drop support for IR-level extended linking support (archives, etc.).

 - This code is dead, and the "right" way to get this support is to use the
   platform-specific linker-integrated LTO mechanisms, or the forthcoming LLVM
   linker.

llvm-svn: 172749
llvm/docs/ReleaseNotes.rst
llvm/include/llvm/Linker.h
llvm/lib/Linker/CMakeLists.txt
llvm/lib/Linker/LinkArchives.cpp [deleted file]
llvm/lib/Linker/LinkItems.cpp [deleted file]
llvm/lib/Linker/Linker.cpp