[llvm-commits] CVS: llvm/tools/llc/Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Dec 15 17:11:01 PST 2003


Changes in directory llvm/tools/llc:

Makefile updated: 1.43 -> 1.44

---
Log message:

There is no reason to add -load support to LLC


---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.43 llvm/tools/llc/Makefile:1.44
--- llvm/tools/llc/Makefile:1.43	Mon Oct 20 17:27:26 2003
+++ llvm/tools/llc/Makefile	Mon Dec 15 17:10:25 2003
@@ -24,7 +24,7 @@
            bcreader \
            bcwriter \
            vmcore \
-           support
+           support.a
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list