summaryrefslogtreecommitdiff
path: root/utils/fpcmp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-13 17:02:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-13 17:02:08 +0000
commit2a3af750e71f52d464a9d84e1eb11671ccbd53e0 (patch)
treee7826c48fdfe0c14ae6aea38f404dba289412952 /utils/fpcmp
parent9d88d1aaab145e18c8e0fe93544f8a1ff0474866 (diff)
downloadllvm-2a3af750e71f52d464a9d84e1eb11671ccbd53e0.tar.gz
llvm-2a3af750e71f52d464a9d84e1eb11671ccbd53e0.tar.bz2
llvm-2a3af750e71f52d464a9d84e1eb11671ccbd53e0.tar.xz
For PR351: libLLVMSupport now depends on libLLVMSystem
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18893 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/fpcmp')
-rw-r--r--utils/fpcmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fpcmp/Makefile b/utils/fpcmp/Makefile
index 5ba547e699..6e12739ac8 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