[llvm-commits] CVS: llvm/lib/Target/Sparc/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Jan 9 00:23:22 PST 2004


Changes in directory llvm/lib/Target/Sparc:

Makefile updated: 1.38 -> 1.39

---
Log message:

Move InstrSelection into lib/Target/Sparc, as it's sparc specific.  This
makes the incestuous #include'ing of sparc internal headers much less 
disturbing.  :)


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

Index: llvm/lib/Target/Sparc/Makefile
diff -u llvm/lib/Target/Sparc/Makefile:1.38 llvm/lib/Target/Sparc/Makefile:1.39
--- llvm/lib/Target/Sparc/Makefile:1.38	Fri Jan  9 00:16:08 2004
+++ llvm/lib/Target/Sparc/Makefile	Fri Jan  9 00:22:30 2004
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
 LIBRARYNAME = sparc
-DIRS = RegAlloc
+DIRS = InstrSelection RegAlloc
 
 ExtraSource = Sparc.burm.cpp 
 





More information about the llvm-commits mailing list