blob: 9f9c71aa8c3433a34afb40e273f17926876bfbda [file] [log] [blame]
Mikhail Glushenkovf1881782009-03-02 09:01:14 +00001//===--- Main.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===//
Anton Korobeynikovac67b7e2008-03-23 08:57:20 +00002//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open
6// Source License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
Mikhail Glushenkovb3d36292010-08-15 07:07:12 +000010// Just include AutoGenerated.inc and CompilerDriver/Main.inc.
Anton Korobeynikovac67b7e2008-03-23 08:57:20 +000011//
12//===----------------------------------------------------------------------===//
13
Mikhail Glushenkovb3d36292010-08-15 07:07:12 +000014#include "AutoGenerated.inc"
15
Mikhail Glushenkov95e2aa82009-03-02 09:03:02 +000016#include "llvm/CompilerDriver/Main.inc"