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

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.