Chris Lattner | 9534acb | 2003-08-21 22:33:59 +0000 | [diff] [blame] | 1 | //===----------------------------------------------------------------------===// |
| 2 | // ModuleMaker Sample project |
| 3 | //===----------------------------------------------------------------------===// |
| 4 | |
Reid Spencer | 7dbb2d6 | 2006-05-29 02:31:47 +0000 | [diff] [blame] | 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 |
Duncan Sands | 18d52f2 | 2010-09-29 20:09:55 +0000 | [diff] [blame] | 7 | LLVM bitcode file to standard output. It is designed to show some basic |
Reid Spencer | 7dbb2d6 | 2006-05-29 02:31:47 +0000 | [diff] [blame] | 8 | usage of LLVM APIs, and how to link to LLVM libraries. |