[llvm-commits] CVS: llvm/lib/Target/PowerPC/README.txt

Misha Brukman brukman at cs.uiuc.edu
Wed Feb 18 18:15:01 PST 2004


Changes in directory llvm/lib/Target/PowerPC:

README.txt updated: 1.1 -> 1.2

---
Log message:

The C backend has moved to LLC.


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

Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.1 llvm/lib/Target/PowerPC/README.txt:1.2
--- llvm/lib/Target/PowerPC/README.txt:1.1	Fri Jan 23 00:48:12 2004
+++ llvm/lib/Target/PowerPC/README.txt	Wed Feb 18 18:14:11 2004
@@ -12,7 +12,7 @@
 don't work.
 
 If you want to use LLVM on the PowerPC *today*, use the C Backend
-(llvm-dis -c).  It generates C code that you can compile with the
+(llc -march=c).  It generates C code that you can compile with the
 native GCC compiler and run.  A distant second choice would be the
 Interpreter (lli --force-interpreter=true).
 
@@ -22,5 +22,5 @@
 
 "Patches," as they say, "are accepted."
 
-$Date: 2004/01/23 06:48:12 $
+$Date: 2004/02/19 00:14:11 $
 





More information about the llvm-commits mailing list