Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | //===----------------------------------------------------------------------===// |
| 2 | // ModuleMaker Sample project |
| 3 | //===----------------------------------------------------------------------===// |
| 4 | |
| 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 bytecode file to standard output. It is designed to show some basic |
| 8 | usage of LLVM APIs, and how to link to LLVM libraries. |