1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

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 dd50ab43d0
commit 65974695fd

View File

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