diff options
Diffstat (limited to 'contrib/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td')
-rw-r--r-- | contrib/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td b/contrib/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td new file mode 100644 index 0000000..febb9ad --- /dev/null +++ b/contrib/llvm/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" |