A basic PIC16 toolchain driver.
authorMikhail Glushenkov <foldr@codedgers.com>
Sun, 7 Jun 2009 07:08:01 +0000 (07:08 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Sun, 7 Jun 2009 07:08:01 +0000 (07:08 +0000)
commit9dcc26b6a0413b042142017c22d847676b41bac5
treee2799b6647954fcdd4159dadfe568efbba764ee3
parent7a5e55509b99d579d56d126a7b503ec6fe153a8f
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
tools/llvmc/example/mcc16/Makefile [new file with mode: 0644]
tools/llvmc/example/mcc16/README [new file with mode: 0644]
tools/llvmc/example/mcc16/driver/Main.cpp [new file with mode: 0644]
tools/llvmc/example/mcc16/driver/Makefile [new file with mode: 0644]
tools/llvmc/example/mcc16/plugins/Makefile [new file with mode: 0644]
tools/llvmc/example/mcc16/plugins/PIC16Base/Makefile [new file with mode: 0644]
tools/llvmc/example/mcc16/plugins/PIC16Base/PIC16Base.td [new file with mode: 0644]
tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp [new file with mode: 0644]