aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-03-03 11:02:48 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-03-03 11:02:48 +0000
commit283bb58332ed7f914fe3dc6d6929b6fdbae7d9fe (patch)
treea5e3c9024366a3101e69c4074ebd809f5a8c8ea3 /tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td
parent03c050f018a07d93dc0a2a63a78145fef7c30f1f (diff)
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
Diffstat (limited to 'tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td')
-rw-r--r--tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td b/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td
new file mode 100644
index 0000000000..febb9ad374
--- /dev/null
+++ b/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td
@@ -0,0 +1,7 @@
+//===- Plugin.td - A skeleton plugin for LLVMC -------------*- tablegen -*-===//
+//
+// Write the code for your plugin here.
+//
+//===----------------------------------------------------------------------===//
+
+include "llvm/CompilerDriver/Common.td"