[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)
commit634bd8512a6576f9426713b72ce98904d159fd8a
treedabd3ea2dcb2a733760074dc97a693e318728a0e
parentd69a43a88d1d0027c091b6f82820d17eade033f2
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172749 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ReleaseNotes.rst
include/llvm/Linker.h
lib/Linker/CMakeLists.txt
lib/Linker/LinkArchives.cpp [deleted file]
lib/Linker/LinkItems.cpp [deleted file]
lib/Linker/Linker.cpp