[llvm-commits] CVS: llvm/examples/ModuleMaker/README.txt

Reid Spencer reid at x10sys.com
Sun May 28 19:31:59 PDT 2006



Changes in directory llvm/examples/ModuleMaker:

README.txt updated: 1.1 -> 1.2
---
Log message:

Correct some grammar and describe current reality.


---
Diffs of the changes:  (+4 -5)

 README.txt |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)


Index: llvm/examples/ModuleMaker/README.txt
diff -u llvm/examples/ModuleMaker/README.txt:1.1 llvm/examples/ModuleMaker/README.txt:1.2
--- llvm/examples/ModuleMaker/README.txt:1.1	Thu Aug 21 17:34:00 2003
+++ llvm/examples/ModuleMaker/README.txt	Sun May 28 21:31:47 2006
@@ -2,8 +2,7 @@
 //                         ModuleMaker Sample project
 //===----------------------------------------------------------------------===//
 
-This project is a extremely simple example of two things: building an LLVM
-"project" and using some simple pieces of the LLVM API.  The actual executable
-generated by this project simply emits an LLVM bytecode file to standard output.
-It is designed to show some basic usage of LLVM APIs, and how to link to LLVM
-libraries.
+This project is an extremely simple example of using some simple pieces of the 
+LLVM API.  The actual executable generated by this project simply emits an 
+LLVM bytecode file to standard output.  It is designed to show some basic 
+usage of LLVM APIs, and how to link to LLVM libraries.






More information about the llvm-commits mailing list