From 0172d09b64f8a86dbb5b088d6ad00533f513dd75 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 29 Aug 2004 19:31:19 +0000 Subject: 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 --- utils/TableGen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/TableGen/Makefile') diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index 86e77eaf16..e0c0e64cd0 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 -- cgit v1.2.3