For PR351: libLLVMSupport now depends on libLLVMSystem

llvm-svn: 18893
This commit is contained in:
Reid Spencer 2004-12-13 17:02:08 +00:00
parent aa95684acd
commit f51f490b7b
1 changed files with 1 additions and 1 deletions

View File

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