diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-03-03 10:02:53 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-03-03 10:02:53 +0000 |
commit | 178b00ce503c22a2b3471eabdc188e7b315324e7 (patch) | |
tree | ee5514c1281c37f44bc26ce0dfe90b68976ca4dd /tools/llvmc | |
parent | e9742d2f6c21522afda3a5c79936b9469be3e6d3 (diff) | |
download | external_llvm-178b00ce503c22a2b3471eabdc188e7b315324e7.zip external_llvm-178b00ce503c22a2b3471eabdc188e7b315324e7.tar.gz external_llvm-178b00ce503c22a2b3471eabdc188e7b315324e7.tar.bz2 |
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 395ef9b..395ef9b 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 10325e6..10325e6 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 d7adb5d..d7adb5d 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 add8acb..add8acb 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 b974cbc..b974cbc 100644 --- a/tools/llvmc/plugins/Simple/Simple.td +++ b/tools/llvmc/example/Simple/Simple.td |