diff options
Diffstat (limited to 'contrib/llvm/tools/llvmc/example/Skeleton/README')
-rw-r--r-- | contrib/llvm/tools/llvmc/example/Skeleton/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/llvm/tools/llvmc/example/Skeleton/README b/contrib/llvm/tools/llvmc/example/Skeleton/README deleted file mode 100644 index 92216ae..0000000 --- a/contrib/llvm/tools/llvmc/example/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/plugins/Plugin`. - -The build system assumes that your project is based on LLVM. |