diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-13 17:02:08 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-13 17:02:08 +0000 |
commit | f51f490b7b0a4a3e4e9ee14ec0b246ac749dcd02 (patch) | |
tree | 043531288e9c650c3fe4d2bd901bb789232196a3 /llvm/utils/fpcmp | |
parent | aa95684acdbc0dd1778bdc3a202686db1d23dcab (diff) | |
download | bcm5719-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/Makefile | 2 |
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 |