Chris Lattner | 9534acb | 2003-08-21 22:33:59 +0000 | [diff] [blame^] | 1 | //===----------------------------------------------------------------------===// |
| 2 | // ModuleMaker Sample project |
| 3 | //===----------------------------------------------------------------------===// |
| 4 | |
| 5 | This 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 |
| 7 | generated by this project simply emits an LLVM bytecode file to standard output. |
| 8 | It is designed to show some basic usage of LLVM APIs, and how to link to LLVM |
| 9 | libraries. |