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 | 9dcc26b6a0413b042142017c22d847676b41bac5 (patch) | |
tree | e2799b6647954fcdd4159dadfe568efbba764ee3 /tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp | |
parent | 7a5e55509b99d579d56d126a7b503ec6fe153a8f (diff) |
A basic PIC16 toolchain driver.
Nice addition to the examples and also a starting point for Sanjiv to work on.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73013 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp')
-rw-r--r-- | tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp b/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp new file mode 100644 index 0000000000..add8acb4a5 --- /dev/null +++ b/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp @@ -0,0 +1 @@ +#include "AutoGenerated.inc" |