diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 19:29:38 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 19:29:38 +0000 |
| commit | 74c3dc69273fe18206ac1c02e2df9df93bd7d167 (patch) | |
| tree | 4d75ca061e8ff10046afc76d1c260198dda631c6 /llvm/tools/llvm-dis | |
| parent | e3263ecaf08c48af4694d316e7be7ae5f215f3c0 (diff) | |
| download | bcm5719-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/Makefile | 2 |
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 |

