Revert "CodeGen][NewPM] Port MachineScheduler to NPM. (#125703)" (#126268)
[llvm-project.git] / llvm / test / ExecutionEngine / JITLink / x86-64 / MachO_was_private_extern.test
blob5142a84d1db7911c993e5f04647c0497f6c9b67b
1 # RUN: llvm-jitlink -noexec %S/Inputs/MachO_was_private_extern.o
3 # Perform a no-exec link of MachO_was_private_extern.o and verify that it does
4 # not generate any errors despite the presence of a 'was private extern' symbol
5 # (N_PEXT set, N_EXT unset).
7 # The test case for this is a relocatable object file rather than assembly as
8 # objects must be run through ld64's 'ld -r' mode to produce them and we can't
9 # assume that that is available everywhere.