llvm-project/llvm/test/MC/WebAssembly
Sam Clegg ba9fa9fd16 [WebAssembly] Model weakly defined symbols as wasm exports
Previously these were being included as both imports and
exports, with the import being satisfied by the export
(or some strong symbol) at runtime.  However proved
unnecessary and actually complicated linking as it meant
there was not a 1-to-1 mapping between a wasm function
/global index and a linker symbol.

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

llvm-svn: 314245
2017-09-26 21:10:09 +00:00
..
array-fill.ll Reland "[WebAssembly] Add support for naming wasm data segments" 2017-09-20 19:03:35 +00:00
bss.ll Reland "[WebAssembly] Add support for naming wasm data segments" 2017-09-20 19:03:35 +00:00
explicit-sections.ll Reland "[WebAssembly] Add support for naming wasm data segments" 2017-09-20 19:03:35 +00:00
external-data.ll [WebAssembly] Use a separate wasm data segment for each global symbol 2017-09-14 23:07:53 +00:00
external-func-address.ll [WebAssembly] Fix types for address taken functions 2017-07-05 20:25:08 +00:00
file-headers.ll
func-address.ll [WebAssembly] Use __stack_pointer global when writing wasm binary 2017-06-16 23:59:10 +00:00
lit.local.cfg
reloc-code.ll [WebAssembly] Update relocation names to match spec 2017-09-01 17:32:01 +00:00
reloc-data.ll [WebAssembly] Use a separate wasm data segment for each global symbol 2017-09-14 23:07:53 +00:00
sections.ll [WebAssembly] Write initial memory in pages not bytes 2017-04-28 21:12:09 +00:00
stack-ptr.ll [WebAssembly] Use __stack_pointer global when writing wasm binary 2017-06-16 23:59:10 +00:00
unnamed-data.ll [WebAssembly] Add support for local symbol bindings 2017-09-20 21:17:04 +00:00
weak-alias.ll [WebAssembly] Model weakly defined symbols as wasm exports 2017-09-26 21:10:09 +00:00
weak.ll [WebAssembly] Add data size and alignement to linking section 2017-06-27 20:27:59 +00:00