From: Chris Lattner Date: Mon, 16 Dec 2002 23:31:48 +0000 (+0000) Subject: Add dummy implementation of __main X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b89818ed5ae8be88129cfa7d853dc29cd411047b;p=oota-llvm.git Add dummy implementation of __main git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5089 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/2002-12-16-ArgTest.ll b/test/ExecutionEngine/2002-12-16-ArgTest.ll index 077e45abab1..e77d95892bd 100644 --- 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*)