YouCompleteMe/cpp/llvm/examples/ModuleMaker
Strahinja Val Markovic 1f51a89d39 Adding more llvm/clang files
These were ignored by git accidentally. We want ALL OF THEM since they all came
in the llvm/clang source distribution.
2012-07-05 17:55:45 -07:00
..
CMakeLists.txt Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
Makefile Adding more llvm/clang files 2012-07-05 17:55:45 -07:00
ModuleMaker.cpp Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
README.txt Adding llvm and clang in-source 2012-07-05 17:51:06 -07: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.