Link with LLVMsystem.a for operating system independence.

llvm-svn: 16094
This commit is contained in:
Reid Spencer 2004-08-29 19:31:19 +00:00
parent 7ddb3950e4
commit a6733ed360

View File

@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = tblgen
USEDLIBS = support.a
USEDLIBS = support.a LLVMsystem.a
include $(LEVEL)/Makefile.common