diff options
Diffstat (limited to 'contrib/llvm/tools/llvmc/example/Skeleton/driver/Main.cpp')
-rw-r--r-- | contrib/llvm/tools/llvmc/example/Skeleton/driver/Main.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/llvm/tools/llvmc/example/Skeleton/driver/Main.cpp b/contrib/llvm/tools/llvmc/example/Skeleton/driver/Main.cpp new file mode 100644 index 0000000..b1f5b67 --- /dev/null +++ b/contrib/llvm/tools/llvmc/example/Skeleton/driver/Main.cpp @@ -0,0 +1,14 @@ +//===--- 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. +// +//===----------------------------------------------------------------------===// + +#include "llvm/CompilerDriver/Main.inc" |