mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 20:30:06 +00:00
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:
parent
4a48c339d6
commit
04aec9fbb4
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user