LINK_COMPONENTS should be added to LLVMLibsOptions.
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 3 Mar 2009 10:03:27 +0000 (10:03 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 3 Mar 2009 10:03:27 +0000 (10:03 +0000)
commit533384eebdce1f3a804599476930640eb98869cd
tree76fce717ee290c792043e4569a00aae7ff6cddf6
parent178b00ce503c22a2b3471eabdc188e7b315324e7
LINK_COMPONENTS should be added to LLVMLibsOptions.

From the code: "There are "Proj" libs (defined by the user's project) and "LLVM"
libs (defined by the LLVM project)." LINK_COMPONENTS are clearly defined by the
LLVM project.

Additionally, this fixes an issue with llvmc's build process:-)

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