1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/MC/WebAssembly
Sam Clegg 8dd21e14c3 [WebAssembly] MC: Don't allow zero sized data segments
This ensures that each segment has a unique address.
Without this, consecutive zero sized symbols would
end up with the same address and the linker cannot
map symbols to unique data segments.

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

llvm-svn: 316717
2017-10-27 00:08:55 +00:00
..
array-fill.ll [WebAssembly] Allow each data segment to specify its own alignment 2017-09-29 16:50:08 +00:00
bss.ll [WebAssembly] MC: Don't allow zero sized data segments 2017-10-27 00:08:55 +00:00
debug-info.ll [WebAssembly] MC: Fix crash when -g specified. 2017-10-20 21:28:38 +00:00
explicit-sections.ll [WebAssembly] Allow each data segment to specify its own alignment 2017-09-29 16:50:08 +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
init-fini-array.ll Fix expectations in MC wasm init-fini-array test 2017-10-03 18:30:38 +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] Allow each data segment to specify its own alignment 2017-09-29 16:50:08 +00:00
weak-alias.ll [WebAssembly] Allow each data segment to specify its own alignment 2017-09-29 16:50:08 +00:00
weak.ll [WebAssembly] Allow each data segment to specify its own alignment 2017-09-29 16:50:08 +00:00