From 04aec9fbb45dd049ed6aebebfb2f04c1edbddbae Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Fri, 9 Nov 2001 02:21:38 +0000 Subject: Added function LL__main. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1230 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/runtime.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/runtime.c b/test/runtime.c index 2ff7c0a..0db5e76 100644 --- a/test/runtime.c +++ b/test/runtime.c @@ -2,6 +2,11 @@ #include void +ll__main() +{ /* Empty version of GCC's initialization function */ +} + +void printSByte(char c) { putchar(c); -- cgit v1.1