Tex Riddell e077864885 Clean up mistakes made when fixing copyright banners. 8 years ago
..
CMakeLists.txt f805233b49 Revert license text in banner comments to original llvm verbage (#33) 8 years ago
ModuleMaker.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 8 years ago
README.txt e077864885 Clean up mistakes made when fixing copyright banners. 8 years ago

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