From e65fe1a3e103e3aa81b69704d20eb95f54097271 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 7 Jun 2009 09:21:09 +0000 Subject: Import LLVM r73021. --- tools/llvmc/example/mcc16/driver/Main.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tools/llvmc/example/mcc16/driver/Main.cpp (limited to 'tools/llvmc/example/mcc16/driver/Main.cpp') 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" -- cgit v1.1