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:
14aa7fe
)
Add dummy implementation of __main
author
Chris Lattner
<sabre@nondot.org>
Mon, 16 Dec 2002 23:31:48 +0000
(23:31 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 16 Dec 2002 23:31:48 +0000
(23:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5089
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/ExecutionEngine/2002-12-16-ArgTest.ll
patch
|
blob
|
history
diff --git
a/test/ExecutionEngine/2002-12-16-ArgTest.ll
b/test/ExecutionEngine/2002-12-16-ArgTest.ll
index 077e45abab19151a82330b7505626bb8239ce81c..e77d95892bddfbed3d3056f292e784ca3af73ff4 100644
(file)
--- a/
test/ExecutionEngine/2002-12-16-ArgTest.ll
+++ b/
test/ExecutionEngine/2002-12-16-ArgTest.ll
@@
-2,7
+2,7
@@
implementation ; Functions:
-declare void %__main()
+void %__main() { ret void }
declare int %puts(sbyte*)