blob: 877cf8fb98a27ccd3f498efef46d04b618b65625 [file] [log] [blame]
Chris Lattner9534acb2003-08-21 22:33:59 +00001//===----------------------------------------------------------------------===//
2// ModuleMaker Sample project
3//===----------------------------------------------------------------------===//
4
5This project is a extremely simple example of two things: building an LLVM
6"project" and using some simple pieces of the LLVM API. The actual executable
7generated by this project simply emits an LLVM bytecode file to standard output.
8It is designed to show some basic usage of LLVM APIs, and how to link to LLVM
9libraries.