summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dis
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-29 19:29:38 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-29 19:29:38 +0000
commit74c3dc69273fe18206ac1c02e2df9df93bd7d167 (patch)
tree4d75ca061e8ff10046afc76d1c260198dda631c6 /llvm/tools/llvm-dis
parente3263ecaf08c48af4694d316e7be7ae5f215f3c0 (diff)
downloadbcm5719-llvm-74c3dc69273fe18206ac1c02e2df9df93bd7d167.tar.gz
bcm5719-llvm-74c3dc69273fe18206ac1c02e2df9df93bd7d167.zip
Add the LLVMsystem.a library as it is now used for operating system
independence of the tool. llvm-svn: 16092
Diffstat (limited to 'llvm/tools/llvm-dis')
-rw-r--r--llvm/tools/llvm-dis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-dis/Makefile b/llvm/tools/llvm-dis/Makefile
index a0b51cf2772..2b0189d40ea 100644
--- a/llvm/tools/llvm-dis/Makefile
+++ b/llvm/tools/llvm-dis/Makefile
@@ -9,5 +9,5 @@
LEVEL = ../..
TOOLNAME = llvm-dis
-USEDLIBS = bcreader vmcore support.a
+USEDLIBS = bcreader vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud