1*9880d681SAndroid Build Coastguard Worker//===----------------------------------------------------------------------===// 2*9880d681SAndroid Build Coastguard Worker// ModuleMaker Sample project 3*9880d681SAndroid Build Coastguard Worker//===----------------------------------------------------------------------===// 4*9880d681SAndroid Build Coastguard Worker 5*9880d681SAndroid Build Coastguard WorkerThis project is an extremely simple example of using some simple pieces of the 6*9880d681SAndroid Build Coastguard WorkerLLVM API. The actual executable generated by this project simply emits an 7*9880d681SAndroid Build Coastguard WorkerLLVM bitcode file to standard output. It is designed to show some basic 8*9880d681SAndroid Build Coastguard Workerusage of LLVM APIs, and how to link to LLVM libraries. 9