summaryrefslogtreecommitdiff
path: root/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td
diff options
context:
space:
mode:
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 0000000000000..febb9ad374eb6
--- /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"