summaryrefslogtreecommitdiff
path: root/tools/llvmc/example/Skeleton/plugins/Plugin
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/example/Skeleton/plugins/Plugin')
-rw-r--r--tools/llvmc/example/Skeleton/plugins/Plugin/Makefile17
-rw-r--r--tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td7
-rw-r--r--tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp1
3 files changed, 0 insertions, 25 deletions
diff --git a/tools/llvmc/example/Skeleton/plugins/Plugin/Makefile b/tools/llvmc/example/Skeleton/plugins/Plugin/Makefile
deleted file mode 100644
index 54f722165d..0000000000
--- a/tools/llvmc/example/Skeleton/plugins/Plugin/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-##===- llvmc/example/Skeleton/plugins/Plugin/Makefile ------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = $(LLVMC_BASE_LEVEL)/../..
-
-# Change this to the name of your plugin.
-LLVMC_PLUGIN = Plugin
-
-BUILT_SOURCES = AutoGenerated.inc
-
-include $(LEVEL)/Makefile.common
diff --git a/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td b/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td
deleted file mode 100644
index febb9ad374..0000000000
--- a/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"
diff --git a/tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp b/tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp
deleted file mode 100644
index add8acb4a5..0000000000
--- a/tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp
+++ /dev/null
@@ -1 +0,0 @@
-#include "AutoGenerated.inc"