summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-03-03 10:03:27 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-03-03 10:03:27 +0000
commitab6f8ded3321913e351f57a5a5eba0720a6a5a90 (patch)
tree177093bff22edae2f8ca7dc11cf77ab128e8d09d /llvm
parentb00b964697515e10a4f19c87f4bb6fdb0b41419b (diff)
downloadbcm5719-llvm-ab6f8ded3321913e351f57a5a5eba0720a6a5a90.tar.gz
bcm5719-llvm-ab6f8ded3321913e351f57a5a5eba0720a6a5a90.zip
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:-) llvm-svn: 65940
Diffstat (limited to 'llvm')
-rw-r--r--llvm/Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 1dc329d046f..6b271757dcb 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -784,8 +784,8 @@ $(LLVM_CONFIG):
$(ToolDir)/$(strip $(TOOLNAME))$(EXEEXT): $(LLVM_CONFIG)
-ProjLibsOptions += $(shell $(LLVM_CONFIG) --libs $(LINK_COMPONENTS))
-ProjLibsPaths += $(LLVM_CONFIG) \
+LLVMLibsOptions += $(shell $(LLVM_CONFIG) --libs $(LINK_COMPONENTS))
+LLVMLibsPaths += $(LLVM_CONFIG) \
$(shell $(LLVM_CONFIG) --libfiles $(LINK_COMPONENTS))
endif
endif
OpenPOWER on IntegriCloud