summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitf51f490b7b0a4a3e4e9ee14ec0b246ac749dcd02 (patch)
tree043531288e9c650c3fe4d2bd901bb789232196a3 /llvm/utils/fpcmp
parentaa95684acdbc0dd1778bdc3a202686db1d23dcab (diff)
downloadbcm5719-llvm-f51f490b7b0a4a3e4e9ee14ec0b246ac749dcd02.tar.gz
bcm5719-llvm-f51f490b7b0a4a3e4e9ee14ec0b246ac749dcd02.zip
For PR351: libLLVMSupport now depends on libLLVMSystem
llvm-svn: 18893
Diffstat (limited to 'llvm/utils/fpcmp')
-rw-r--r--llvm/utils/fpcmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/fpcmp/Makefile b/llvm/utils/fpcmp/Makefile
index 5ba547e699a..6e12739ac88 100644
--- a/llvm/utils/fpcmp/Makefile
+++ b/llvm/utils/fpcmp/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = fpcmp
-USEDLIBS = LLVMSupport.a
+USEDLIBS = LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud