From 283bb58332ed7f914fe3dc6d6929b6fdbae7d9fe Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 3 Mar 2009 11:02:48 +0000 Subject: 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/example/Skeleton/plugins/Plugin/PluginMain.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp (limited to 'tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp') diff --git a/tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp b/tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp new file mode 100644 index 0000000000..add8acb4a5 --- /dev/null +++ b/tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp @@ -0,0 +1 @@ +#include "AutoGenerated.inc" -- cgit v1.2.3-70-g09d2