freebsd-nq/examples/ModuleMaker
2017-01-02 19:17:04 +00:00
..
CMakeLists.txt Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release): 2014-11-24 09:08:18 +00:00
ModuleMaker.cpp Vendor import of llvm trunk r290819: 2017-01-02 19:17:04 +00:00
README.txt Vendor import of llvm trunk r126079: 2011-02-20 12:57:14 +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.