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 | 2a3af750e71f52d464a9d84e1eb11671ccbd53e0 (patch) | |
tree | e7826c48fdfe0c14ae6aea38f404dba289412952 /utils/fpcmp | |
parent | 9d88d1aaab145e18c8e0fe93544f8a1ff0474866 (diff) | |
download | external_llvm-2a3af750e71f52d464a9d84e1eb11671ccbd53e0.zip external_llvm-2a3af750e71f52d464a9d84e1eb11671ccbd53e0.tar.gz external_llvm-2a3af750e71f52d464a9d84e1eb11671ccbd53e0.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fpcmp/Makefile b/utils/fpcmp/Makefile index 5ba547e..6e12739 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 |