When using LINK_COMPONENTS, append the components to the end of the
authorReid Spencer <rspencer@reidspencer.com>
Sun, 4 Feb 2007 22:12:25 +0000 (22:12 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 4 Feb 2007 22:12:25 +0000 (22:12 +0000)
commit54100d73700ca4045ff244c01002a9ad0879c43d
treef46e264e2e7e1a79b4425fd189aae8e12eb307d8
parentd7fc4f6f7e16a1b214bb8f7f1fb2baa8a1a51a4b
When using LINK_COMPONENTS, append the components to the end of the
libraries linked with. This permits a project to still use USEDLIBS to
specify its own libraries in conjunction with LINK_COMPONENTS. llvm-stacker
needs this after libLLVMTransforms.a went away.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33886 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules