mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
1f3047fd72
JITLink now requires section names to be unique. In MachO section names are only guaranteed to be unique within their containing segment (e.g. a '__const' section in the '__DATA' segment does not clash with a '__const' section in the '__TEXT' segment), so we need to use the fully qualified <segment>,<section> section names (e.g. '__DATA,__const' or '__TEXT,__const') when constructing jitlink::Sections for MachO objects. |
||
---|---|---|
.. | ||
Inputs | ||
ELF_ehframe_basic.s | ||
ELF_skip_debug_sections.s | ||
ELF_weak_definitions.s | ||
ELF_x86-64_common.s | ||
ELF_x86-64_large_pic_relocations.s | ||
ELF_x86-64_small_pic_relocations.s | ||
lit.local.cfg | ||
LocalDependencyPropagation.s | ||
MachO_empty_section.s | ||
MachO_GOTAndStubsOptimization.s | ||
MachO_initializers.s | ||
MachO_linker_private_symbols.s | ||
MachO_skip_debug_sections.s | ||
MachO_test_harness_harness.s | ||
MachO_weak_definitions.s | ||
MachO_weak_references.s | ||
MachO_x86-64_ehframe.test | ||
MachO_x86-64_relocations.s | ||
MachO_x86-64_was_private_extern.test | ||
MachO_zero_fill_alignment.s |