forked from OSchip/llvm-project
For PR351: libLLVMSupport now depends on libLLVMSystem
llvm-svn: 18893
This commit is contained in:
parent
aa95684acd
commit
f51f490b7b
|
@ -9,7 +9,7 @@
|
|||
|
||||
LEVEL = ../..
|
||||
TOOLNAME = fpcmp
|
||||
USEDLIBS = LLVMSupport.a
|
||||
USEDLIBS = LLVMSupport.a LLVMSystem.a
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
|
Loading…
Reference in New Issue