2003-08-22 06:33:59 +08:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
// ModuleMaker Sample project
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2006-05-29 10:31:47 +08: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-30 04:09:55 +08:00
|
|
|
LLVM bitcode file to standard output. It is designed to show some basic
|
2006-05-29 10:31:47 +08:00
|
|
|
usage of LLVM APIs, and how to link to LLVM libraries.
|