From 4635017176efff6bf4b618d6f2ee822d0a7e52db Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 12 Jan 2016 20:56:01 +0000 Subject: [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it. A request has been made to the official registry, but an official value is not yet available. This patch uses a temporary value in order to support development. When an official value is recieved, the value of EM_WEBASSEMBLY will be updated. llvm-svn: 257517 --- llvm/test/CodeGen/WebAssembly/func.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/CodeGen/WebAssembly/func.ll') diff --git a/llvm/test/CodeGen/WebAssembly/func.ll b/llvm/test/CodeGen/WebAssembly/func.ll index 137d63197f6..9857dadee41 100644 --- a/llvm/test/CodeGen/WebAssembly/func.ll +++ b/llvm/test/CodeGen/WebAssembly/func.ll @@ -7,6 +7,7 @@ target triple = "wasm32-unknown-unknown" ; CHECK-LABEL: f0: ; CHECK: return{{$}} +; CHECK: .endfunc{{$}} ; CHECK: .size f0, define void @f0() { ret void -- cgit v1.2.3