commit | ddf049869a3ffc3e9ad69a8c9052057e443f566d | [log] [tgz] |
---|---|---|
author | Sam Clegg <sbc@chromium.org> | Thu Nov 01 19:38:44 2018 +0000 |
committer | Sam Clegg <sbc@chromium.org> | Thu Nov 01 19:38:44 2018 +0000 |
tree | bd33dd91cf981074806ab4b236c30c4a7b2265ef | |
parent | 46ff186b2938c089ffa05f1999d63ed3a4583411 [diff] [blame] |
[WebAssembly] Fixup `main` signature by default Differential Revision: https://reviews.llvm.org/D53396 llvm-svn: 345880
diff --git a/llvm/test/CodeGen/WebAssembly/main-with-args.ll b/llvm/test/CodeGen/WebAssembly/main-with-args.ll index aa08540..3c057af 100644 --- a/llvm/test/CodeGen/WebAssembly/main-with-args.ll +++ b/llvm/test/CodeGen/WebAssembly/main-with-args.ll
@@ -1,4 +1,4 @@ -; RUN: llc < %s -asm-verbose=false -wasm-temporary-workarounds=false | FileCheck %s +; RUN: llc < %s -asm-verbose=false | FileCheck %s ; Test that main function with expected signature is not wrapped