There is no reason to add -load support to LLC
authorChris Lattner <sabre@nondot.org>
Mon, 15 Dec 2003 23:10:25 +0000 (23:10 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Dec 2003 23:10:25 +0000 (23:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10483 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/Makefile

index c2cb730a0b90d1bdd20bb49a48cfccc0f00184f2..d69ab046f540e0a63e9a34a03f59cda7583e8336 100644 (file)
@@ -24,7 +24,7 @@ USEDLIBS = sparc \
            bcreader \
            bcwriter \
            vmcore \
-           support
+           support.a
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common