llvm-6502/examples/ModuleMaker
2007-12-29 20:11:13 +00:00
..
Makefile remove attributions from the rest of the llvm makefiles. 2007-12-29 20:11:13 +00:00
ModuleMaker.cpp Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
README.txt

//===----------------------------------------------------------------------===//
//                         ModuleMaker Sample project
//===----------------------------------------------------------------------===//

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 
LLVM bytecode file to standard output.  It is designed to show some basic 
usage of LLVM APIs, and how to link to LLVM libraries.