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)
commit374ea4bda51abb0d222cd81a09b3a9c5dbb449df
tree017f98fb86fd275fcb2d688e42723a1b4e270983
parent5b90b147d4707cfde53f53faa3e8ad41683ece65
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.

llvm-svn: 256102
llvm/test/CodeGen/WebAssembly/vtable.ll [new file with mode: 0644]