X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FModuleMaker%2FREADME.txt;h=66a5d3fe0b1a75af266879edd6425ca4bdf8b46f;hp=ecbe30e4cfe8405c24852cc890f2d98fde176567;hb=49c02eaad55b68f58d4abdbc22eb08b92a024437;hpb=7dbb2d6f160d69a0513afe48e7e5ad8861bb4ab2 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.