2009-03-02 09:01:14 +00:00
|
|
|
//===--- Main.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===//
|
2008-03-23 08:57:20 +00:00
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open
|
|
|
|
// Source License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2009-03-02 09:03:02 +00:00
|
|
|
// Just include CompilerDriver/Main.inc.
|
2008-03-23 08:57:20 +00:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2009-03-02 09:03:02 +00:00
|
|
|
#include "llvm/CompilerDriver/Main.inc"
|