1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test/MC/WebAssembly
Derek Schuff d4257740dd [WebAssembly] Support COMDAT sections in assembly syntax
This CL changes the asm syntax for section flags, making them more like ELF
(previously "passive" was the only option). Now we also allow "G" to designate
COMDAT group sections. In these sections we set the appropriate comdat flag on
function symbols, and also avoid auto-creating a new section for them.

This also adds asm-based tests for the changes D92691 to go along with
the direct-to-object tests.

Differential Revision: https://reviews.llvm.org/D92952
This is a reland of rG4564553b8d8a with a fix to the lit pipeline in
llvm/test/MC/WebAssembly/comdat.ll
2020-12-10 16:43:59 -08:00
..
alias-offset.s
alias.s
annotations.s
array-fill.ll
assembler-binary.ll [MC][WebAssembly] Only emit indirect function table import if needed 2020-11-25 08:38:43 -08:00
atomics-encodings.s [WebAssembly] Rename atomic.notify and *.atomic.wait 2020-11-13 12:04:48 -08:00
bad-fixup-expr.s
basic-assembly-errors.s
basic-assembly.s [WebAssembly] Rename atomic.notify and *.atomic.wait 2020-11-13 12:04:48 -08:00
blockaddress.ll
bss.ll
bulk-memory-encodings.s
comdat-sections.ll [WebAssembly] Support COMDAT sections in assembly syntax 2020-12-10 16:43:59 -08:00
comdat-sections.s [WebAssembly] Support COMDAT sections in assembly syntax 2020-12-10 16:43:59 -08:00
comdat.ll [WebAssembly] Support COMDAT sections in assembly syntax 2020-12-10 16:43:59 -08:00
compile-twice.ll
custom-code-section.ll
custom-sections.ll [MC][WebAssembly] Only emit indirect function table import if needed 2020-11-25 08:38:43 -08:00
data-section.s [MC][WebAssembly] Only emit indirect function table import if needed 2020-11-25 08:38:43 -08:00
data-symbol-in-text-section.ll
debug-info64.ll [WebAssembly] Fix parsing of linking section for named global imports 2020-11-17 08:14:29 -08:00
debug-info.ll [WebAssembly] Fix parsing of linking section for named global imports 2020-11-17 08:14:29 -08:00
debug-localvar.ll
dwarfdump64.ll [WebAssembly] Added R_WASM_FUNCTION_OFFSET_I64 for use with DWARF DW_AT_low_pc 2020-11-13 09:32:31 -08:00
dwarfdump.ll
event-section.ll [MC][WebAssembly] Only emit indirect function table import if needed 2020-11-25 08:38:43 -08:00
explicit-sections.ll
export-name.s
external-data.ll Reland "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping Hex8/Hex16/Hex32 types." (https://reviews.llvm.org/D90930). 2020-11-18 13:08:46 +03:00
external-func-address.ll [MC][WebAssembly] Only emit indirect function table import if needed 2020-11-25 08:38:43 -08:00
externref.s
file-headers.ll
func-address.ll
function-alias.ll
function-sections.ll
global-ctor-dtor.ll [MC][WebAssembly] Only emit indirect function table import if needed 2020-11-25 08:38:43 -08:00
globals.s
import-module.s
libcall.ll Reland "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping Hex8/Hex16/Hex32 types." (https://reviews.llvm.org/D90930). 2020-11-18 13:08:46 +03:00
lit.local.cfg
missing-features.s
no-dead-strip.ll
null-output.s
objdump.s
offset.ll
reference-types.s [WebAssembly] Support select and block for reference types 2020-12-01 19:16:57 -08:00
reloc-code.ll
reloc-data.ll
reloc-pic.s [MC][WebAssembly] Only emit indirect function table import if needed 2020-11-25 08:38:43 -08:00
sections.ll
simd-encodings.s [WebAssembly] Prototype i64x2.bitmask 2020-10-30 17:23:30 -07:00
stack-ptr.ll
tables.s [MC][WebAssembly] Only emit indirect function table import if needed 2020-11-25 08:38:43 -08:00
tail-call-encodings.s
tls.s Reland "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping Hex8/Hex16/Hex32 types." (https://reviews.llvm.org/D90930). 2020-11-18 13:08:46 +03:00
type-index.s [MC][WebAssembly] Only emit indirect function table import if needed 2020-11-25 08:38:43 -08:00
types.ll
unnamed-data.ll Reland "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping Hex8/Hex16/Hex32 types." (https://reviews.llvm.org/D90930). 2020-11-18 13:08:46 +03:00
visibility.ll
wasm64.s [MC][WebAssembly] Only emit indirect function table import if needed 2020-11-25 08:38:43 -08:00
weak-alias.s Reland "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping Hex8/Hex16/Hex32 types." (https://reviews.llvm.org/D90930). 2020-11-18 13:08:46 +03:00
weak.s