blob: 66a5d3fe0b1a75af266879edd6425ca4bdf8b46f [file] [log] [blame]
Chris Lattner9534acb2003-08-21 22:33:59 +00001//===----------------------------------------------------------------------===//
2// ModuleMaker Sample project
3//===----------------------------------------------------------------------===//
4
Reid Spencer7dbb2d62006-05-29 02:31:47 +00005This project is an extremely simple example of using some simple pieces of the
6LLVM API. The actual executable generated by this project simply emits an
Duncan Sands18d52f22010-09-29 20:09:55 +00007LLVM bitcode file to standard output. It is designed to show some basic
Reid Spencer7dbb2d62006-05-29 02:31:47 +00008usage of LLVM APIs, and how to link to LLVM libraries.