blob: b1f5b6798ae69c1a9be032a39eefc578b63cad81 [file] [log] [blame]
Mikhail Glushenkovddb24552009-03-02 09:01:14 +00001//===--- Main.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===//
Anton Korobeynikove9ffb5b2008-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 Glushenkovf10f8802009-03-02 09:03:02 +000010// Just include CompilerDriver/Main.inc.
Anton Korobeynikove9ffb5b2008-03-23 08:57:20 +000011//
12//===----------------------------------------------------------------------===//
13
Mikhail Glushenkovf10f8802009-03-02 09:03:02 +000014#include "llvm/CompilerDriver/Main.inc"