2009-03-03 11:02:48 +00:00
|
|
|
//===--- 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.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
2010-08-19 20:04:19 +00:00
|
|
|
// Just include CompilerDriver/Main.inc and AutoGenerated.inc.
|
2009-03-03 11:02:48 +00:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#include "llvm/CompilerDriver/Main.inc"
|
2010-08-19 20:04:19 +00:00
|
|
|
#include "AutoGenerated.inc"
|