From: Reid Spencer Date: Tue, 24 Aug 2004 14:04:07 +0000 (+0000) Subject: Link with bcreader and vmcore. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=02413b029472d4d7fb7fa81f958f1effbc13a127;p=oota-llvm.git Link with bcreader and vmcore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16024 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index ce12bc2ecf4..6cbe4fa2efb 100644 --- a/tools/llvmc/Makefile +++ b/tools/llvmc/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = llvmc -USEDLIBS = support.a +USEDLIBS = bcreader vmcore support.a CONFIG_FILES = st ll include $(LEVEL)/Makefile.common