summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/example/Skeleton/plugins/Plugin
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-08-19 20:04:19 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-08-19 20:04:19 +0000
commitb2ca0d19f2d43b2b64eb5a6f3c5edbe1532757db (patch)
treeb5f517f9a28145dab82a7f2ec667dda37d60ebb4 /llvm/tools/llvmc/example/Skeleton/plugins/Plugin
parent34c5f1be0d84001c9fbebe694102c1154e060583 (diff)
downloadbcm5719-llvm-b2ca0d19f2d43b2b64eb5a6f3c5edbe1532757db.tar.gz
bcm5719-llvm-b2ca0d19f2d43b2b64eb5a6f3c5edbe1532757db.zip
llvmc: Update examples.
llvm-svn: 111553
Diffstat (limited to 'llvm/tools/llvmc/example/Skeleton/plugins/Plugin')
-rw-r--r--llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Makefile17
-rw-r--r--llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td7
-rw-r--r--llvm/tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp1
3 files changed, 0 insertions, 25 deletions
diff --git a/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Makefile b/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Makefile
deleted file mode 100644
index 54f722165dc..00000000000
--- a/llvm/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/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td b/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td
deleted file mode 100644
index febb9ad374e..00000000000
--- a/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"
diff --git a/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp b/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp
deleted file mode 100644
index add8acb4a57..00000000000
--- a/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp
+++ /dev/null
@@ -1 +0,0 @@
-#include "AutoGenerated.inc"
OpenPOWER on IntegriCloud