From 33435e49a99efe439081e34c29276745cf35e827 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 3 Mar 2009 11:02:48 +0000 Subject: Add example/Skeleton. This is a template that can be used to build your own LLVMC-based drivers. It can be also useful as a "bare-bones" LLVMC. llvm-svn: 65944 --- llvm/tools/llvmc/example/Skeleton/driver/Main.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 llvm/tools/llvmc/example/Skeleton/driver/Main.cpp (limited to 'llvm/tools/llvmc/example/Skeleton/driver/Main.cpp') diff --git a/llvm/tools/llvmc/example/Skeleton/driver/Main.cpp b/llvm/tools/llvmc/example/Skeleton/driver/Main.cpp new file mode 100644 index 00000000000..b1f5b6798ae --- /dev/null +++ b/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" -- cgit v1.2.3