aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/examples/Skeleton/README
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/examples/Skeleton/README')
-rw-r--r--tools/llvmc/examples/Skeleton/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/llvmc/examples/Skeleton/README b/tools/llvmc/examples/Skeleton/README
new file mode 100644
index 0000000..61ff6fb
--- /dev/null
+++ b/tools/llvmc/examples/Skeleton/README
@@ -0,0 +1,6 @@
+
+This is a template that can be used to create your own LLVMC-based drivers. Just
+copy the `Skeleton` directory to the location of your preference and edit
+`Skeleton/Makefile` and `Skeleton/AutoGenerated.inc`.
+
+The build system assumes that your project is based on LLVM.