llvm-project/llvm/test/ExecutionEngine/JITLink/X86
Lang Hames a49b05bb61 [JITLink][MachO] Use correct symbol scope when N_PEXT is set and N_EXT unset.
MachOLinkGraphBuilder has been treating these as hidden, but they should be
treated as local.

Symbols with N_PEXT set and N_EXT unset are produced when hidden symbols are
run through 'ld -r' without passing -keep_private_externs. They will show up
under 'nm -m' as "was private extern", hence the name of the test cases.

Testcase commited as relocatable object to ensure that the test suite doesn't
depend on having 'ld -r' available.
2020-08-15 15:53:33 -07:00
..
Inputs [JITLink][MachO] Use correct symbol scope when N_PEXT is set and N_EXT unset. 2020-08-15 15:53:33 -07:00
ELF_x86-64_relocations.s [jitlink] Updating test file for GOT relocations for elf x86 2020-07-21 17:19:48 +10:00
LocalDependencyPropagation.s [JITLink] Fix testcase for main JITDylib rename in 85fb997659. 2020-02-19 14:58:13 -08:00
MachO_GOTAndStubsOptimization.s [JITLink] Add a MachO x86-64 GOT and Stub bypass optimization. 2020-02-23 23:38:31 -08:00
MachO_empty_section.s [JITLink] Allow zero-length symbols at the end of blocks. 2020-06-19 10:05:02 -07:00
MachO_initializers.s [ORC] Make sure we add initializers to the SymbolFlags map for objects. 2020-03-03 09:33:37 -08:00
MachO_linker_private_symbols.s [JITLink][MachO] Re-apply b64afadf30, MachO linker-private support, with fixes. 2020-03-14 18:36:15 -07:00
MachO_skip_debug_sections.s [JITLink] Skip debug sections in MachO objects. 2020-06-03 11:08:14 -07:00
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 [JITLink] Read symbol linkage from the correct field. 2020-03-11 20:04:54 -07:00
MachO_weak_references.s [ORC][JITLink] Add support for weak references, and improve handling of static 2019-11-28 13:30:49 -08:00
MachO_x86-64_ehframe.test
MachO_x86-64_relocations.s [JITLink][MachO] Fix handling of non-extern UNSIGNED pair of SUBTRACTOR relocs. 2020-07-19 10:22:55 -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 [JITLink] Switch from an atom-based model to a "blocks and symbols" model. 2019-10-04 03:55:26 +00:00
lit.local.cfg