diff options
author | ed <ed@FreeBSD.org> | 2009-06-07 09:21:09 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-06-07 09:21:09 +0000 |
commit | e65fe1a3e103e3aa81b69704d20eb95f54097271 (patch) | |
tree | 7faa7e6887831d68515763b37bd680e3d4a886ea /tools/llvmc/example/mcc16/driver/Main.cpp | |
parent | 2361a5c2bfbaef476824e51fa72712e334219c7b (diff) | |
download | FreeBSD-src-e65fe1a3e103e3aa81b69704d20eb95f54097271.zip FreeBSD-src-e65fe1a3e103e3aa81b69704d20eb95f54097271.tar.gz |
Import LLVM r73021.
Diffstat (limited to 'tools/llvmc/example/mcc16/driver/Main.cpp')
-rw-r--r-- | tools/llvmc/example/mcc16/driver/Main.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/llvmc/example/mcc16/driver/Main.cpp b/tools/llvmc/example/mcc16/driver/Main.cpp new file mode 100644 index 0000000..b1f5b67 --- /dev/null +++ b/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" |