llvm-project/llvm/test/MC/WebAssembly
Sam Clegg 7736855dee [WebAssembly] Fix symbol type for addresses of external functions
These symbols were previously not being marked as functions
so were appearing as globals instead, and with the incorrect
relocation type.

Without this fix, objects that take address of external
functions include them as global imports rather than function
imports which then fails at link time.

Differential Revision: https://reviews.llvm.org/D34068

llvm-svn: 305263
2017-06-13 01:42:21 +00:00
..
external-data.ll [WebAssembly] Fix symbol type for addresses of external functions 2017-06-13 01:42:21 +00:00
external-func-address.ll [WebAssembly] Fix symbol type for addresses of external functions 2017-06-13 01:42:21 +00:00
file-headers.ll
func-address.ll [WebAssembly] MC: Fix value of R_WEBASSEMBLY_TABLE_INDEX relocations 2017-06-12 23:52:44 +00:00
lit.local.cfg
reloc-code.ll [WebAssembly] MC: Refactor relocation handling 2017-06-06 19:15:05 +00:00
reloc-data.ll [WebAssembly] Add size of section header to data relocation offsets. 2017-04-28 21:22:38 +00:00
sections.ll [WebAssembly] Write initial memory in pages not bytes 2017-04-28 21:12:09 +00:00
unnamed-data.ll [WebAssembly] MC: Include unnamed data when writing wasm files 2017-05-25 21:08:07 +00:00