For PR351: libLLVMSupport now depends on libLLVMSystem

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18893 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-12-13 17:02:08 +00:00
parent 9d88d1aaab
commit 2a3af750e7

View File

@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = fpcmp
USEDLIBS = LLVMSupport.a
USEDLIBS = LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common