2003-08-21 22:33:59 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
// ModuleMaker Sample project
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2006-05-29 02:31:47 +00:00
|
|
|
This project is an extremely simple example of using some simple pieces of the
|
|
|
|
LLVM API. The actual executable generated by this project simply emits an
|
2010-09-29 20:09:55 +00:00
|
|
|
LLVM bitcode file to standard output. It is designed to show some basic
|
2006-05-29 02:31:47 +00:00
|
|
|
usage of LLVM APIs, and how to link to LLVM libraries.
|