summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/C/hello.c
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-09-19 23:22:41 +0000
committerEric Christopher <echristo@apple.com>2011-09-19 23:22:41 +0000
commit4b0ae48614983089135cc5f374e5431de368dea7 (patch)
tree526b1ada294739549f3dfdd25c487854f56a0cfc /llvm/test/LLVMC/C/hello.c
parentf1e2c40b1b42dda9c143e5e9aef9e4f315ae8afc (diff)
downloadbcm5719-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/test/LLVMC/C/hello.c')
-rw-r--r--llvm/test/LLVMC/C/hello.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/test/LLVMC/C/hello.c b/llvm/test/LLVMC/C/hello.c
deleted file mode 100644
index 29ad39fd2cb..00000000000
--- a/llvm/test/LLVMC/C/hello.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Check that we can compile helloworld
- * RUN: llvmc %s -o %t
- * RUN: %abs_tmp | grep hello
- * XFAIL: vg_leak
- */
-
-#include <stdio.h>
-
-int main() {
- printf("hello\n");
- return 0;
-}
OpenPOWER on IntegriCloud