diff options
Diffstat (limited to 'contrib/llvm/examples/ModuleMaker/README.txt')
-rw-r--r-- | contrib/llvm/examples/ModuleMaker/README.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/llvm/examples/ModuleMaker/README.txt b/contrib/llvm/examples/ModuleMaker/README.txt deleted file mode 100644 index ecbe30e..0000000 --- a/contrib/llvm/examples/ModuleMaker/README.txt +++ /dev/null @@ -1,8 +0,0 @@ -//===----------------------------------------------------------------------===// -// 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. |