diff options
Diffstat (limited to 'contrib/llvm/examples/ModuleMaker/README.txt')
-rw-r--r-- | contrib/llvm/examples/ModuleMaker/README.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/llvm/examples/ModuleMaker/README.txt b/contrib/llvm/examples/ModuleMaker/README.txt new file mode 100644 index 0000000..ecbe30e --- /dev/null +++ b/contrib/llvm/examples/ModuleMaker/README.txt @@ -0,0 +1,8 @@ +//===----------------------------------------------------------------------===// +// 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 bytecode file to standard output. It is designed to show some basic +usage of LLVM APIs, and how to link to LLVM libraries. |