summaryrefslogtreecommitdiff
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, 0 insertions, 6 deletions
diff --git a/tools/llvmc/examples/Skeleton/README b/tools/llvmc/examples/Skeleton/README
deleted file mode 100644
index 282ee15d35..0000000000
--- a/tools/llvmc/examples/Skeleton/README
+++ /dev/null
@@ -1,6 +0,0 @@
-
-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.td`.
-
-The build system assumes that your project is based on LLVM.