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/Simple/Simple.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/Simple/Simple.cpp')
-rw-r--r-- | llvm/tools/llvmc/examples/Simple/Simple.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvmc/examples/Simple/Simple.cpp b/llvm/tools/llvmc/examples/Simple/Simple.cpp deleted file mode 100644 index 8ac73130f9e..00000000000 --- a/llvm/tools/llvmc/examples/Simple/Simple.cpp +++ /dev/null @@ -1,2 +0,0 @@ -#include "llvm/CompilerDriver/Main.inc" -#include "Simple.inc" |