[llvm/test/Object] - Cleanup and move out the yaml2obj tests.
[llvm-complete.git] / examples / ModuleMaker / README.txt
blob66a5d3fe0b1a75af266879edd6425ca4bdf8b46f
1 //===----------------------------------------------------------------------===//
2 //                         ModuleMaker Sample project
3 //===----------------------------------------------------------------------===//
5 This project is an extremely simple example of using some simple pieces of the 
6 LLVM API.  The actual executable generated by this project simply emits an 
7 LLVM bitcode file to standard output.  It is designed to show some basic 
8 usage of LLVM APIs, and how to link to LLVM libraries.