WebAssembly: add vtable test
authorJF Bastien <jfb@google.com>
Sat, 19 Dec 2015 18:55:18 +0000 (18:55 +0000)
committerJF Bastien <jfb@google.com>
Sat, 19 Dec 2015 18:55:18 +0000 (18:55 +0000)
commit25b4ccf2a65d754b09169602e88e12637d7068b7
tree12300e73e9cd6b0e631792e22b31ff3fba2761d4
parentf463d691458692a8652d446e41762ab317b5fc19
WebAssembly: add vtable test

The test will mainly be useful to check that the .s file assembles and relocates properly because vtables reference functions in their data section.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256102 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/WebAssembly/vtable.ll [new file with mode: 0644]