Skip to content

Commit

Permalink
Correct some grammar and describe current reality.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28532 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Reid Spencer committed May 29, 2006
1 parent f497487 commit 7dbb2d6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/ModuleMaker/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7dbb2d6

Please sign in to comment.