blob: b1f5b6798ae69c1a9be032a39eefc578b63cad81 [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 Glushenkov95e2aa82009-03-02 09:03:02 +000010// Just include CompilerDriver/Main.inc.
Anton Korobeynikovac67b7e2008-03-23 08:57:20 +000011//
12//===----------------------------------------------------------------------===//
13
Mikhail Glushenkov95e2aa82009-03-02 09:03:02 +000014#include "llvm/CompilerDriver/Main.inc"