diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-06-07 07:08:01 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-06-07 07:08:01 +0000 |
commit | aef7175f45ee0e761e0e991db72ffe0381129e03 (patch) | |
tree | b152f03f22fcd3890d7cbe5a31825592d2c4bc0e /llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp | |
parent | 3234587213b624e90581208794a17ebfab575a33 (diff) | |
download | bcm5719-llvm-aef7175f45ee0e761e0e991db72ffe0381129e03.tar.gz bcm5719-llvm-aef7175f45ee0e761e0e991db72ffe0381129e03.zip |
A basic PIC16 toolchain driver.
Nice addition to the examples and also a starting point for Sanjiv to work on.
llvm-svn: 73013
Diffstat (limited to 'llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp')
-rw-r--r-- | llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp b/llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp new file mode 100644 index 00000000000..add8acb4a57 --- /dev/null +++ b/llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp @@ -0,0 +1 @@ +#include "AutoGenerated.inc" |