diff options
author | Chris Lattner <sabre@nondot.org> | 2002-12-16 23:31:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-12-16 23:31:48 +0000 |
commit | b89818ed5ae8be88129cfa7d853dc29cd411047b (patch) | |
tree | 083aab38d657f8819df9ad62072024622131deea | |
parent | 14aa7fe23820394ad2f0ddb14ef0b858b8712f39 (diff) |
Add dummy implementation of __main
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5089 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/ExecutionEngine/2002-12-16-ArgTest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/2002-12-16-ArgTest.ll b/test/ExecutionEngine/2002-12-16-ArgTest.ll index 077e45abab..e77d95892b 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*) |