1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/ExecutionEngine/JITLink/X86
Lang Hames 1f3047fd72 [JITLink][MachO] Use full <segment>,<section> names for MachO jitlink::Sections.
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.
2021-03-25 18:31:18 -07:00
..
Inputs [JITLink][ELF/x86-64] Add support for weak and hidden symbols. 2021-01-22 20:51:11 +11:00
ELF_ehframe_basic.s Revert "[JITLink] Add missing symbols for ELF ehframe testcase, re-enable ...." 2021-02-01 13:32:11 +11:00
ELF_skip_debug_sections.s [JITLink][ELF] New ELF skip-debug-sections test requires asserts. 2021-01-18 15:41:53 +11:00
ELF_weak_definitions.s [JITLink][ELF/x86-64] Add support for weak and hidden symbols. 2021-01-22 20:51:11 +11:00
ELF_x86-64_common.s [JITLink][ELF] Omit temporary labels in tests 2020-11-04 10:03:15 +00:00
ELF_x86-64_large_pic_relocations.s [JITLink][ELF/x86-64] Add support for R_X86_64_GOTPC64 and R_X86_64_GOT64. 2021-03-21 21:52:54 -07:00
ELF_x86-64_small_pic_relocations.s [JITLink][ELF/x86-64] Add support for GOTOFF64 relocation. 2021-03-22 10:40:50 -07:00
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 [llvm-jitlink] Add -phony-externals option to suppress unresolved externals. 2020-08-01 18:33:44 -07:00
MachO_weak_definitions.s
MachO_weak_references.s
MachO_x86-64_ehframe.test
MachO_x86-64_relocations.s [JITLink][MachO] Use full <segment>,<section> names for MachO jitlink::Sections. 2021-03-25 18:31:18 -07:00
MachO_x86-64_was_private_extern.test [JITLink][MachO] Use correct symbol scope when N_PEXT is set and N_EXT unset. 2020-08-15 15:53:33 -07:00
MachO_zero_fill_alignment.s