forked from OSchip/llvm-project
afd54eb8b6
adding a temporary wrapper around the ostream to make it friendly to functions expecting an LLVM stream. This should be fixed in the future. llvm-svn: 31990 |
||
---|---|---|
.. | ||
Makefile | ||
ModuleMaker.cpp | ||
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.