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 | b00b964697515e10a4f19c87f4bb6fdb0b41419b (patch) | |
tree | abdaab2b53a4afe1b487cdfac95a482cc59fa1c8 /llvm/tools/llvmc | |
parent | 9e26e6d3cb8ca24058f2c0f6ba9cb7191857c8a1 (diff) | |
download | bcm5719-llvm-b00b964697515e10a4f19c87f4bb6fdb0b41419b.tar.gz bcm5719-llvm-b00b964697515e10a4f19c87f4bb6fdb0b41419b.zip |
Move example plugins to the example/ directory.
llvm-svn: 65939
Diffstat (limited to 'llvm/tools/llvmc')
-rw-r--r-- | llvm/tools/llvmc/example/Hello/Hello.cpp (renamed from llvm/tools/llvmc/plugins/Hello/Hello.cpp) | 0 | ||||
-rw-r--r-- | llvm/tools/llvmc/example/Hello/Makefile (renamed from llvm/tools/llvmc/plugins/Hello/Makefile) | 0 | ||||
-rw-r--r-- | llvm/tools/llvmc/example/Simple/Makefile (renamed from llvm/tools/llvmc/plugins/Simple/Makefile) | 0 | ||||
-rw-r--r-- | llvm/tools/llvmc/example/Simple/PluginMain.cpp (renamed from llvm/tools/llvmc/plugins/Simple/PluginMain.cpp) | 0 | ||||
-rw-r--r-- | llvm/tools/llvmc/example/Simple/Simple.td (renamed from llvm/tools/llvmc/plugins/Simple/Simple.td) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/llvm/tools/llvmc/plugins/Hello/Hello.cpp b/llvm/tools/llvmc/example/Hello/Hello.cpp index 395ef9bbd48..395ef9bbd48 100644 --- a/llvm/tools/llvmc/plugins/Hello/Hello.cpp +++ b/llvm/tools/llvmc/example/Hello/Hello.cpp diff --git a/llvm/tools/llvmc/plugins/Hello/Makefile b/llvm/tools/llvmc/example/Hello/Makefile index 10325e6a6d5..10325e6a6d5 100644 --- a/llvm/tools/llvmc/plugins/Hello/Makefile +++ b/llvm/tools/llvmc/example/Hello/Makefile diff --git a/llvm/tools/llvmc/plugins/Simple/Makefile b/llvm/tools/llvmc/example/Simple/Makefile index d7adb5d851e..d7adb5d851e 100644 --- a/llvm/tools/llvmc/plugins/Simple/Makefile +++ b/llvm/tools/llvmc/example/Simple/Makefile diff --git a/llvm/tools/llvmc/plugins/Simple/PluginMain.cpp b/llvm/tools/llvmc/example/Simple/PluginMain.cpp index add8acb4a57..add8acb4a57 100644 --- a/llvm/tools/llvmc/plugins/Simple/PluginMain.cpp +++ b/llvm/tools/llvmc/example/Simple/PluginMain.cpp diff --git a/llvm/tools/llvmc/plugins/Simple/Simple.td b/llvm/tools/llvmc/example/Simple/Simple.td index b974cbc95eb..b974cbc95eb 100644 --- a/llvm/tools/llvmc/plugins/Simple/Simple.td +++ b/llvm/tools/llvmc/example/Simple/Simple.td |