diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-21 22:33:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-21 22:33:59 +0000 |
commit | cc4685a15e368728cc3e6e5ffce7b057276ac171 (patch) | |
tree | 3165315f307d4d119f44075260514c211c841e0d | |
parent | 339779273156fb60a06506964e33d7a9a2f9773a (diff) | |
download | bcm5719-llvm-cc4685a15e368728cc3e6e5ffce7b057276ac171.tar.gz bcm5719-llvm-cc4685a15e368728cc3e6e5ffce7b057276ac171.zip |
Initial checkin
llvm-svn: 8039
-rw-r--r-- | llvm/projects/ModuleMaker/README.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/projects/ModuleMaker/README.txt b/llvm/projects/ModuleMaker/README.txt new file mode 100644 index 00000000000..877cf8fb98a --- /dev/null +++ b/llvm/projects/ModuleMaker/README.txt @@ -0,0 +1,9 @@ +//===----------------------------------------------------------------------===// +// ModuleMaker Sample project +//===----------------------------------------------------------------------===// + +This project is a extremely simple example of two things: building an LLVM +"project" and 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. |