summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ModuleMaker/README.txt')
-rw-r--r--examples/ModuleMaker/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/ModuleMaker/README.txt b/examples/ModuleMaker/README.txt
new file mode 100644
index 0000000000000..ecbe30e4cfe84
--- /dev/null
+++ b/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.