From: Chris Lattner Date: Mon, 15 Dec 2003 23:10:25 +0000 (+0000) Subject: There is no reason to add -load support to LLC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ef1b62b00ac32dd564a098197be1ba70566040ac;p=oota-llvm.git 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 --- 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