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/example/Simple/PluginMain.cpp | |
parent | e9742d2f6c21522afda3a5c79936b9469be3e6d3 (diff) |
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/example/Simple/PluginMain.cpp')
-rw-r--r-- | tools/llvmc/example/Simple/PluginMain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvmc/example/Simple/PluginMain.cpp b/tools/llvmc/example/Simple/PluginMain.cpp new file mode 100644 index 0000000000..add8acb4a5 --- /dev/null +++ b/tools/llvmc/example/Simple/PluginMain.cpp @@ -0,0 +1 @@ +#include "AutoGenerated.inc" |