diff options
author | Eric Christopher <echristo@apple.com> | 2011-09-19 23:22:41 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-09-19 23:22:41 +0000 |
commit | 4b0ae48614983089135cc5f374e5431de368dea7 (patch) | |
tree | 526b1ada294739549f3dfdd25c487854f56a0cfc /llvm/tools/llvmc/examples/Skeleton/Main.cpp | |
parent | f1e2c40b1b42dda9c143e5e9aef9e4f315ae8afc (diff) | |
download | bcm5719-llvm-4b0ae48614983089135cc5f374e5431de368dea7.tar.gz bcm5719-llvm-4b0ae48614983089135cc5f374e5431de368dea7.zip |
Remove llvmc and assorted build machinery for it.
The problems that llvmc solved have largely been subsumed with the
tasks that the clang driver can accomplish, but llvmc lacks flexibility
and depends too heavily on the EOL'd llvm-gcc.
llvm-svn: 140093
Diffstat (limited to 'llvm/tools/llvmc/examples/Skeleton/Main.cpp')
-rw-r--r-- | llvm/tools/llvmc/examples/Skeleton/Main.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/tools/llvmc/examples/Skeleton/Main.cpp b/llvm/tools/llvmc/examples/Skeleton/Main.cpp deleted file mode 100644 index 24c7768f93b..00000000000 --- a/llvm/tools/llvmc/examples/Skeleton/Main.cpp +++ /dev/null @@ -1,15 +0,0 @@ -//===--- 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" |