llvm-6502/examples/ModuleMaker
2012-12-04 10:16:57 +00:00
..
CMakeLists.txt
Makefile
ModuleMaker.cpp Sort the #include lines of the examples/... tree. 2012-12-04 10:16:57 +00:00
README.txt Convert a bunch of uses of 'bytecode' into 'bitcode'. This 2010-09-29 20:09:55 +00:00

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