summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/llvmc/examples/Skeleton/Main.cpp
blob: 24c7768f93b78b0cd96a6a4e6ea04e6ffc641576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//===--- 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.
//
//===----------------------------------------------------------------------===//
//
//  Just include CompilerDriver/Main.inc and AutoGenerated.inc.
//
//===----------------------------------------------------------------------===//

#include "llvm/CompilerDriver/Main.inc"
#include "AutoGenerated.inc"
OpenPOWER on IntegriCloud