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

Reid Spencer reid at x10sys.com
Sun Oct 10 15:50:42 PDT 2004



Changes in directory llvm/tools/llc:

Makefile.am updated: 1.1 -> 1.2
---
Log message:

Fix named of a library.


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

Index: llvm/tools/llc/Makefile.am
diff -u llvm/tools/llc/Makefile.am:1.1 llvm/tools/llc/Makefile.am:1.2
--- llvm/tools/llc/Makefile.am:1.1	Sun Oct 10 17:33:54 2004
+++ llvm/tools/llc/Makefile.am	Sun Oct 10 17:50:31 2004
@@ -15,7 +15,7 @@
 
 llc_LDADD = \
   $(call GETOBJS,CWriter,PowerPC,SparcV9,X86,Skeleton,SelectionDAG) \
-  $(call GETOBJS,SparcV9RegAlloc,SparcV9Sched,CodeGen) \
+  $(call GETOBJS,SparcV9RegAlloc,SparcV9InstrSched,CodeGen) \
   $(call GETLIBS,Target) \
   $(call GETOBJS,SparcV9LiveVar) \
   $(call GETLIBS,IPA,Transforms,ScalarOpts,Analysis,TransformUtils) \






More information about the llvm-commits mailing list