allwinner_a64/android/external/swiftshader/third_party/LLVM/examples/ModuleMaker
2018-08-08 16:14:42 +08:00
..
Makefile upload android base code part2 2018-08-08 16:14:42 +08:00
ModuleMaker.cpp upload android base code part2 2018-08-08 16:14:42 +08:00
README.txt upload android base code part2 2018-08-08 16:14:42 +08: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.