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/driver/Main.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/driver/Main.cpp')
| -rw-r--r-- | llvm/tools/llvmc/example/mcc16/driver/Main.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/tools/llvmc/example/mcc16/driver/Main.cpp b/llvm/tools/llvmc/example/mcc16/driver/Main.cpp new file mode 100644 index 00000000000..b1f5b6798ae --- /dev/null +++ b/llvm/tools/llvmc/example/mcc16/driver/Main.cpp @@ -0,0 +1,14 @@ +//===--- Main.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open +// Source License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// +// Just include CompilerDriver/Main.inc. +// +//===----------------------------------------------------------------------===// + +#include "llvm/CompilerDriver/Main.inc" |

