From 86e5aef1cebf1a3f6669b9eaaaebfdccba18d4a0 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 11 Sep 2004 04:29:44 +0000 Subject: Add library LLVMsystem.a because the JIT now needs it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16285 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/ModuleMaker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ModuleMaker') diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile index de7a0a5494..4ae28ccb7a 100644 --- a/examples/ModuleMaker/Makefile +++ b/examples/ModuleMaker/Makefile @@ -8,6 +8,6 @@ ##===----------------------------------------------------------------------===## LEVEL=../.. TOOLNAME=ModuleMaker -USEDLIBS= bcwriter vmcore support.a +USEDLIBS= bcwriter vmcore support.a LLVMsystem.a include $(LEVEL)/Makefile.common -- cgit v1.2.3