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