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. |
||
|---|---|---|
| .. | ||
| MachO_GOTAndStubsOptimizationHelper.s | ||
| MachO_global_linker_private_def.s | ||
| MachO_internal_linker_private_def.s | ||
| MachO_test_harness_test.s | ||
| MachO_weak_defs_extra.s | ||
| MachO_x86-64_ehframe.o | ||
| MachO_x86-64_was_private_extern.o | ||