From: Reid Spencer Date: Sun, 29 Aug 2004 19:31:19 +0000 (+0000) Subject: Link with LLVMsystem.a for operating system independence. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0172d09b64f8a86dbb5b088d6ad00533f513dd75;p=oota-llvm.git Link with LLVMsystem.a for operating system independence. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16094 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index 86e77eaf16b..e0c0e64cd08 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = tblgen -USEDLIBS = support.a +USEDLIBS = support.a LLVMsystem.a include $(LEVEL)/Makefile.common