For PR521:
authorReid Spencer <rspencer@reidspencer.com>
Tue, 10 Jan 2006 03:14:40 +0000 (03:14 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 10 Jan 2006 03:14:40 +0000 (03:14 +0000)
commitf4484f3e16e19377af27f062ca8a0450616d319a
treedc48ce88c0d1cb43fb2dd0e058d15e1ff553e0cb
parent3e5e127f2986ac177bc16f5970ae0dc4dee8acec
For PR521:
With these patches we implement the ability for the Linker library to
keep track of which libraries were actually bytecode files (not archives)
and cause their users to remove such files from the list of libraries to
pass to the native linker.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25169 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Linker.h
lib/Linker/LinkItems.cpp
tools/gccld/gccld.cpp
tools/llvm-ld/llvm-ld.cpp