summaryrefslogtreecommitdiff
path: root/tools/llvmc/example/Skeleton/README
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-06-02 17:52:33 +0000
committerEd Schouten <ed@FreeBSD.org>2009-06-02 17:52:33 +0000
commit009b1c42aa6266385f2c37e227516b24077e6dd7 (patch)
tree64ba909838c23261cace781ece27d106134ea451 /tools/llvmc/example/Skeleton/README
Notes
Diffstat (limited to 'tools/llvmc/example/Skeleton/README')
-rw-r--r--tools/llvmc/example/Skeleton/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/llvmc/example/Skeleton/README b/tools/llvmc/example/Skeleton/README
new file mode 100644
index 000000000000..92216ae50451
--- /dev/null
+++ b/tools/llvmc/example/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/plugins/Plugin`.
+
+The build system assumes that your project is based on LLVM.