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/llc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/llc/Makefile') diff --git a/tools/llc/Makefile b/tools/llc/Makefile index a6361cac21..ed3225a75b 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -29,7 +29,8 @@ USEDLIBS = \ bcreader \ bcwriter \ vmcore \ - support.a + support.a \ + LLVMsystem.a TOOLLINKOPTS = $(PLATFORMLIBDL) include $(LEVEL)/Makefile.common -- cgit v1.2.3