From 7c4c98d9860dfa5a5efbd354589ee64e43b8a5bd Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 29 Aug 2004 19:29:38 +0000 Subject: Add the LLVMsystem.a library as it is now used for operating system independence of the tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16092 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-dis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/llvm-dis/Makefile') diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile index a0b51cf277..2b0189d40e 100644 --- a/tools/llvm-dis/Makefile +++ b/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 -- cgit v1.2.3