From ef1b62b00ac32dd564a098197be1ba70566040ac Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 15 Dec 2003 23:10:25 +0000 Subject: [PATCH] There is no reason to add -load support to LLC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10483 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llc/Makefile b/tools/llc/Makefile index c2cb730a0b9..d69ab046f54 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -24,7 +24,7 @@ USEDLIBS = sparc \ bcreader \ bcwriter \ vmcore \ - support + support.a TOOLLINKOPTS = $(PLATFORMLIBDL) include $(LEVEL)/Makefile.common