projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a48c33
)
Added function LL__main.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Fri, 9 Nov 2001 02:21:38 +0000
(
02:21
+0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Fri, 9 Nov 2001 02:21:38 +0000
(
02:21
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1230
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/runtime.c
patch
|
blob
|
history
diff --git
a/test/runtime.c
b/test/runtime.c
index 2ff7c0a93bd271a346edf09d4942244140f36813..0db5e76023359c9bc001e0932c052d3ec805ce2d 100644
(file)
--- a/
test/runtime.c
+++ b/
test/runtime.c
@@
-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)
{