summaryrefslogtreecommitdiff
path: root/tools/llvmc
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-03-03 10:02:53 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-03-03 10:02:53 +0000
commit178b00ce503c22a2b3471eabdc188e7b315324e7 (patch)
treeee5514c1281c37f44bc26ce0dfe90b68976ca4dd /tools/llvmc
parente9742d2f6c21522afda3a5c79936b9469be3e6d3 (diff)
downloadllvm-178b00ce503c22a2b3471eabdc188e7b315324e7.tar.gz
llvm-178b00ce503c22a2b3471eabdc188e7b315324e7.tar.bz2
llvm-178b00ce503c22a2b3471eabdc188e7b315324e7.tar.xz
Move example plugins to the example/ directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65939 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc')
-rw-r--r--tools/llvmc/example/Hello/Hello.cpp (renamed from tools/llvmc/plugins/Hello/Hello.cpp)0
-rw-r--r--tools/llvmc/example/Hello/Makefile (renamed from tools/llvmc/plugins/Hello/Makefile)0
-rw-r--r--tools/llvmc/example/Simple/Makefile (renamed from tools/llvmc/plugins/Simple/Makefile)0
-rw-r--r--tools/llvmc/example/Simple/PluginMain.cpp (renamed from tools/llvmc/plugins/Simple/PluginMain.cpp)0
-rw-r--r--tools/llvmc/example/Simple/Simple.td (renamed from tools/llvmc/plugins/Simple/Simple.td)0
5 files changed, 0 insertions, 0 deletions
diff --git a/tools/llvmc/plugins/Hello/Hello.cpp b/tools/llvmc/example/Hello/Hello.cpp
index 395ef9bbd4..395ef9bbd4 100644
--- a/tools/llvmc/plugins/Hello/Hello.cpp
+++ b/tools/llvmc/example/Hello/Hello.cpp
diff --git a/tools/llvmc/plugins/Hello/Makefile b/tools/llvmc/example/Hello/Makefile
index 10325e6a6d..10325e6a6d 100644
--- a/tools/llvmc/plugins/Hello/Makefile
+++ b/tools/llvmc/example/Hello/Makefile
diff --git a/tools/llvmc/plugins/Simple/Makefile b/tools/llvmc/example/Simple/Makefile
index d7adb5d851..d7adb5d851 100644
--- a/tools/llvmc/plugins/Simple/Makefile
+++ b/tools/llvmc/example/Simple/Makefile
diff --git a/tools/llvmc/plugins/Simple/PluginMain.cpp b/tools/llvmc/example/Simple/PluginMain.cpp
index add8acb4a5..add8acb4a5 100644
--- a/tools/llvmc/plugins/Simple/PluginMain.cpp
+++ b/tools/llvmc/example/Simple/PluginMain.cpp
diff --git a/tools/llvmc/plugins/Simple/Simple.td b/tools/llvmc/example/Simple/Simple.td
index b974cbc95e..b974cbc95e 100644
--- a/tools/llvmc/plugins/Simple/Simple.td
+++ b/tools/llvmc/example/Simple/Simple.td