hanchenye-llvm-project/llvm/examples/ModuleMaker
Owen Anderson 55f1c09e31 Push LLVMContexts through the IntegerType APIs.
llvm-svn: 78948
2009-08-13 21:58:54 +00:00
..
CMakeLists.txt
Makefile
ModuleMaker.cpp Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
README.txt

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.