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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits