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

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 29 14:30:01 PST 2002


Changes in directory llvm/lib/Target:

Makefile updated: 1.5 -> 1.6

---
Log message:

Reenable X86 backend, even though it doesn't do much, at least it compiles


---
Diffs of the changes:

Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.5 llvm/lib/Target/Makefile:1.6
--- llvm/lib/Target/Makefile:1.5	Mon Oct 28 17:56:41 2002
+++ llvm/lib/Target/Makefile	Tue Oct 29 14:29:34 2002
@@ -1,5 +1,5 @@
 LEVEL = ../..
-DIRS = Sparc
+DIRS = Sparc X86
 LIBRARYNAME = target
 BUILD_ARCHIVE = 1
 





More information about the llvm-commits mailing list