llvm-project/llvm/test/MC/WebAssembly
Sam Clegg 5e3d33a781 [WebAssembly] Support weak defined symbols
Model weakly defined symbols as symbols that are both
exports and imported and marked as weak. Local references
to the symbols refer to the import but the linker can
resolve this to the weak export if not strong symbol
is found at link time.

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

llvm-svn: 307348
2017-07-07 02:01:29 +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 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] 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
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 data size and alignement to linking section 2017-06-27 20:27:59 +00:00
weak-alias.ll [WebAssembly] Support weak defined symbols 2017-07-07 02:01:29 +00:00
weak.ll [WebAssembly] Add data size and alignement to linking section 2017-06-27 20:27:59 +00:00