diff options
Diffstat (limited to 'test/CodeGen/WebAssembly/func.ll')
-rw-r--r-- | test/CodeGen/WebAssembly/func.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/WebAssembly/func.ll b/test/CodeGen/WebAssembly/func.ll index 71c00a46de86..994ef62bf54d 100644 --- a/test/CodeGen/WebAssembly/func.ll +++ b/test/CodeGen/WebAssembly/func.ll @@ -1,13 +1,13 @@ -; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s +; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -disable-wasm-explicit-locals | FileCheck %s ; Test that basic functions assemble as expected. target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" -target triple = "wasm32-unknown-unknown" +target triple = "wasm32-unknown-unknown-wasm" ; CHECK-LABEL: f0: ; CHECK: return{{$}} -; CHECK: .endfunc{{$}} +; CHECK: end_function{{$}} ; CHECK: .size f0, define void @f0() { ret void |