From 178b00ce503c22a2b3471eabdc188e7b315324e7 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 3 Mar 2009 10:02:53 +0000 Subject: [PATCH] Move example plugins to the example/ directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65939 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc/{plugins => example}/Hello/Hello.cpp | 0 tools/llvmc/{plugins => example}/Hello/Makefile | 0 tools/llvmc/{plugins => example}/Simple/Makefile | 0 tools/llvmc/{plugins => example}/Simple/PluginMain.cpp | 0 tools/llvmc/{plugins => example}/Simple/Simple.td | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename tools/llvmc/{plugins => example}/Hello/Hello.cpp (100%) rename tools/llvmc/{plugins => example}/Hello/Makefile (100%) rename tools/llvmc/{plugins => example}/Simple/Makefile (100%) rename tools/llvmc/{plugins => example}/Simple/PluginMain.cpp (100%) rename tools/llvmc/{plugins => example}/Simple/Simple.td (100%) diff --git a/tools/llvmc/plugins/Hello/Hello.cpp b/tools/llvmc/example/Hello/Hello.cpp similarity index 100% rename from tools/llvmc/plugins/Hello/Hello.cpp rename to tools/llvmc/example/Hello/Hello.cpp diff --git a/tools/llvmc/plugins/Hello/Makefile b/tools/llvmc/example/Hello/Makefile similarity index 100% rename from tools/llvmc/plugins/Hello/Makefile rename to tools/llvmc/example/Hello/Makefile diff --git a/tools/llvmc/plugins/Simple/Makefile b/tools/llvmc/example/Simple/Makefile similarity index 100% rename from tools/llvmc/plugins/Simple/Makefile rename to tools/llvmc/example/Simple/Makefile diff --git a/tools/llvmc/plugins/Simple/PluginMain.cpp b/tools/llvmc/example/Simple/PluginMain.cpp similarity index 100% rename from tools/llvmc/plugins/Simple/PluginMain.cpp rename to tools/llvmc/example/Simple/PluginMain.cpp diff --git a/tools/llvmc/plugins/Simple/Simple.td b/tools/llvmc/example/Simple/Simple.td similarity index 100% rename from tools/llvmc/plugins/Simple/Simple.td rename to tools/llvmc/example/Simple/Simple.td -- 2.34.1