diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 18:01:33 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 18:01:33 +0000 |
commit | 7d6988fdd2aee0e033034e147f16fe05594a60e4 (patch) | |
tree | 8aa90abd4e0cce6f71fd338ee32e9957135bc642 /test/wasm/function-index.test | |
parent | e2fd426bdafe9f5c10066d3926ece6e342184a67 (diff) |
Notes
Diffstat (limited to 'test/wasm/function-index.test')
-rw-r--r-- | test/wasm/function-index.test | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/wasm/function-index.test b/test/wasm/function-index.test deleted file mode 100644 index 82f5d0cfb245..000000000000 --- a/test/wasm/function-index.test +++ /dev/null @@ -1,18 +0,0 @@ -# RUN: llc -filetype=obj %p/Inputs/ret32.ll -o %t.ret32.o -# RUN: llc -filetype=obj %p/Inputs/ret64.ll -o %t.ret64.o -# RUN: wasm-ld -r -o %t.wasm %t.ret32.o %t.ret64.o -# RUN: obj2yaml %t.wasm | FileCheck %s - -CHECK: Sections: -CHECK: - Type: TYPE -CHECK: Signatures: -CHECK: - Index: 0 -CHECK: ReturnType: I32 -CHECK: ParamTypes: -CHECK: - F32 -CHECK: - Index: 1 -CHECK: ReturnType: I64 -CHECK: ParamTypes: -CHECK: - F64 -CHECK: - Type: FUNCTION -CHECK: FunctionTypes: [ 0, 1 ] |