From: Reid Spencer Date: Mon, 13 Dec 2004 17:02:08 +0000 (+0000) Subject: For PR351: libLLVMSupport now depends on libLLVMSystem X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2a3af750e71f52d464a9d84e1eb11671ccbd53e0;p=oota-llvm.git For PR351: libLLVMSupport now depends on libLLVMSystem git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18893 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/fpcmp/Makefile b/utils/fpcmp/Makefile index 5ba547e699a..6e12739ac88 100644 --- a/utils/fpcmp/Makefile +++ b/utils/fpcmp/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = fpcmp -USEDLIBS = LLVMSupport.a +USEDLIBS = LLVMSupport.a LLVMSystem.a include $(LEVEL)/Makefile.common