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, 0 insertions, 7 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 deleted file mode 100644 index febb9ad..0000000 --- a/contrib/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td +++ /dev/null @@ -1,7 +0,0 @@ -//===- Plugin.td - A skeleton plugin for LLVMC -------------*- tablegen -*-===// -// -// Write the code for your plugin here. -// -//===----------------------------------------------------------------------===// - -include "llvm/CompilerDriver/Common.td" |