diff options
| author | JF Bastien <jfb@google.com> | 2015-08-25 22:58:05 +0000 |
|---|---|---|
| committer | JF Bastien <jfb@google.com> | 2015-08-25 22:58:05 +0000 |
| commit | b6091dfe0f9237184e825e4915cf36c9e64a6c5e (patch) | |
| tree | aecba3e39b73d781f260178ae49cad5a23f16858 /llvm/test/CodeGen/WebAssembly/globl.ll | |
| parent | e283c5529e3c0ee7134470d40c8f30a3ef5e1fd4 (diff) | |
| download | bcm5719-llvm-b6091dfe0f9237184e825e4915cf36c9e64a6c5e.tar.gz bcm5719-llvm-b6091dfe0f9237184e825e4915cf36c9e64a6c5e.zip | |
WebAssembly: emit `(func (param t) (result t))` s-expressions
Summary: Match spec format: https://github.com/WebAssembly/spec/blob/master/ml-proto/test/fac.wasm
Reviewers: sunfish
Subscribers: llvm-commits, jfb
Differential Revision: http://reviews.llvm.org/D12307
llvm-svn: 245986
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/globl.ll')
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/globl.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/globl.ll b/llvm/test/CodeGen/WebAssembly/globl.ll index 571f793e3b7..8d8218f4842 100644 --- a/llvm/test/CodeGen/WebAssembly/globl.ll +++ b/llvm/test/CodeGen/WebAssembly/globl.ll @@ -8,7 +8,7 @@ target triple = "wasm32-unknown-unknown" ; CHECK-NOT: globl ; CHECK: ;; .globl foo ; CHECK-NOT: globl -; CHECK-LABEL: foo: +; CHECK-LABEL: (func $foo define void @foo() { ret void } |

