Added function LL__main.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1230 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2001-11-09 02:21:38 +00:00
parent 4a48c339d6
commit 04aec9fbb4

View File

@ -1,6 +1,11 @@
#include <stdio.h>
#include <sys/types.h>
void
ll__main()
{ /* Empty version of GCC's initialization function */
}
void
printSByte(char c)
{