For PR351: libLLVMSupport now depends on libLLVMSystem
authorReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 17:02:08 +0000 (17:02 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 17:02:08 +0000 (17:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18893 91177308-0d34-0410-b5e6-96231b3b80d8

utils/fpcmp/Makefile

index 5ba547e699a1808cad036fb6159d300c325003bf..6e12739ac88c6310606b2b2da51ae2de1af5db24 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TOOLNAME = fpcmp
-USEDLIBS = LLVMSupport.a
+USEDLIBS = LLVMSupport.a LLVMSystem.a
 
 include $(LEVEL)/Makefile.common