From 7c4c98d9860dfa5a5efbd354589ee64e43b8a5bd Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 29 Aug 2004 19:29:38 +0000 Subject: Add the LLVMsystem.a library as it is now used for operating system independence of the tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16092 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lli') diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 593459d..403c396 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -47,7 +47,7 @@ ifdef ENABLE_SPARC_JIT endif USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \ - transformutils.a bcreader vmcore support target.a + transformutils.a bcreader vmcore support target.a LLVMsystem.a # Have gcc tell the linker to export symbols from the program so that # dynamically loaded modules can be linked against them. -- cgit v1.1