diff options
| author | Sam Clegg <sbc@chromium.org> | 2018-11-06 00:31:02 +0000 |
|---|---|---|
| committer | Sam Clegg <sbc@chromium.org> | 2018-11-06 00:31:02 +0000 |
| commit | 5292d17ec878251a23f90d9abddc676461501388 (patch) | |
| tree | a104fa7c0038f78abef1f5676624f6fce5b7ba87 /llvm/test/CodeGen/WebAssembly/main-declaration.ll | |
| parent | 62d2f76a4542c3f0760426386d5b8e68d97af9c6 (diff) | |
| download | bcm5719-llvm-5292d17ec878251a23f90d9abddc676461501388.tar.gz bcm5719-llvm-5292d17ec878251a23f90d9abddc676461501388.zip | |
Revert "[WebAssembly] Fixup `main` signature by default"
This reverts rL345880. It caused some test failures on the
webassembly waterfall. e.g. binaryen2.test_mainenv fails due
the fact that `envp` ends up being undef rather than 0.
Differential Revision: https://reviews.llvm.org/D54117
llvm-svn: 346187
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/main-declaration.ll')
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/main-declaration.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/main-declaration.ll b/llvm/test/CodeGen/WebAssembly/main-declaration.ll index 23e5887608c..8d9414f326e 100644 --- a/llvm/test/CodeGen/WebAssembly/main-declaration.ll +++ b/llvm/test/CodeGen/WebAssembly/main-declaration.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -asm-verbose=false | FileCheck %s +; RUN: llc < %s -asm-verbose=false -wasm-temporary-workarounds=false | FileCheck %s ; Test main functions with alternate signatures. |

