diff options
Diffstat (limited to 'contrib/llvm/tools/llvmc/examples/Skeleton/README')
-rw-r--r-- | contrib/llvm/tools/llvmc/examples/Skeleton/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/llvm/tools/llvmc/examples/Skeleton/README b/contrib/llvm/tools/llvmc/examples/Skeleton/README new file mode 100644 index 0000000..61ff6fb --- /dev/null +++ b/contrib/llvm/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. |