From: Vikram S. Adve Date: Fri, 9 Nov 2001 02:21:38 +0000 (+0000) Subject: Added function LL__main. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=04aec9fbb45dd049ed6aebebfb2f04c1edbddbae;p=oota-llvm.git Added function LL__main. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1230 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/runtime.c b/test/runtime.c index 2ff7c0a93bd..0db5e760233 100644 --- a/test/runtime.c +++ b/test/runtime.c @@ -1,6 +1,11 @@ #include #include +void +ll__main() +{ /* Empty version of GCC's initialization function */ +} + void printSByte(char c) {