summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2001-11-09 02:21:38 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2001-11-09 02:21:38 +0000
commit04aec9fbb45dd049ed6aebebfb2f04c1edbddbae (patch)
tree7ac8c04f4dd645aaed0665457118915687d824a4 /test
parent4a48c339d6fa7ea5e75a0952f4fc4c79ff2f01e7 (diff)
downloadllvm-04aec9fbb45dd049ed6aebebfb2f04c1edbddbae.tar.gz
llvm-04aec9fbb45dd049ed6aebebfb2f04c1edbddbae.tar.bz2
llvm-04aec9fbb45dd049ed6aebebfb2f04c1edbddbae.tar.xz
Added function LL__main.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1230 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/runtime.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/runtime.c b/test/runtime.c
index 2ff7c0a93b..0db5e76023 100644
--- a/test/runtime.c
+++ b/test/runtime.c
@@ -2,6 +2,11 @@
#include <sys/types.h>
void
+ll__main()
+{ /* Empty version of GCC's initialization function */
+}
+
+void
printSByte(char c)
{
putchar(c);