Add dummy implementation of __main
authorChris Lattner <sabre@nondot.org>
Mon, 16 Dec 2002 23:31:48 +0000 (23:31 +0000)
committerChris 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

index 077e45abab19151a82330b7505626bb8239ce81c..e77d95892bddfbed3d3056f292e784ca3af73ff4 100644 (file)
@@ -2,7 +2,7 @@
 
 implementation   ; Functions:
 
-declare void %__main()
+void %__main() { ret void } 
 
 declare int %puts(sbyte*)