X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FModuleMaker%2FREADME.txt;h=66a5d3fe0b1a75af266879edd6425ca4bdf8b46f;hb=17062e257e70c0cc23df818e3e6444759e1fe08b;hp=ecbe30e4cfe8405c24852cc890f2d98fde176567;hpb=7dbb2d6f160d69a0513afe48e7e5ad8861bb4ab2;p=oota-llvm.git diff --git a/examples/ModuleMaker/README.txt b/examples/ModuleMaker/README.txt index ecbe30e4cfe..66a5d3fe0b1 100644 --- a/examples/ModuleMaker/README.txt +++ b/examples/ModuleMaker/README.txt @@ -4,5 +4,5 @@ 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 +LLVM bitcode file to standard output. It is designed to show some basic usage of LLVM APIs, and how to link to LLVM libraries.