summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-25 20:22:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-25 20:22:06 +0000
commitd3f2e95e6c022db8194f68960cbf53cb725f54f7 (patch)
treebd71a5cdfc23078ef97b3d52c3a0bb0d53b49713 /llvm/tools/llvmc
parent550df1bbefd76d968889e3426579b7fbfe97c2d5 (diff)
downloadbcm5719-llvm-d3f2e95e6c022db8194f68960cbf53cb725f54f7.tar.gz
bcm5719-llvm-d3f2e95e6c022db8194f68960cbf53cb725f54f7.zip
Add LLVMbzip2 library, now required.
llvm-svn: 18255
Diffstat (limited to 'llvm/tools/llvmc')
-rw-r--r--llvm/tools/llvmc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/Makefile b/llvm/tools/llvmc/Makefile
index e2485a19fbc..0839bc0daa1 100644
--- a/llvm/tools/llvmc/Makefile
+++ b/llvm/tools/llvmc/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = llvmc
-USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
CONFIG_FILES = c cpp ll st
EXTRA_DIST = c cpp ll st
OpenPOWER on IntegriCloud