Add example/Skeleton.
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 3 Mar 2009 11:02:48 +0000 (11:02 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 3 Mar 2009 11:02:48 +0000 (11:02 +0000)
commit283bb58332ed7f914fe3dc6d6929b6fdbae7d9fe
treea5e3c9024366a3101e69c4074ebd809f5a8c8ea3
parent03c050f018a07d93dc0a2a63a78145fef7c30f1f
Add example/Skeleton.

This is a template that can be used to build your own LLVMC-based drivers.
It can be also useful as a "bare-bones" LLVMC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65944 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvmc/Makefile
tools/llvmc/example/Skeleton/Makefile [new file with mode: 0644]
tools/llvmc/example/Skeleton/README [new file with mode: 0644]
tools/llvmc/example/Skeleton/driver/Main.cpp [new file with mode: 0644]
tools/llvmc/example/Skeleton/driver/Makefile [new file with mode: 0644]
tools/llvmc/example/Skeleton/plugins/Makefile [new file with mode: 0644]
tools/llvmc/example/Skeleton/plugins/Plugin/Makefile [new file with mode: 0644]
tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td [new file with mode: 0644]
tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp [new file with mode: 0644]