forked from OSchip/llvm-project
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. |
||
|---|---|---|
| .. | ||
| Inputs | ||
| ELF_x86-64_relocations.s | ||
| LocalDependencyPropagation.s | ||
| MachO_GOTAndStubsOptimization.s | ||
| MachO_empty_section.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 | ||
| lit.local.cfg | ||