Loading
[dsymutil] Make --linker explicit in every test (#195293)
Pass `--linker classic` or `--linker parallel` on every `dsymutil` invocation instead of relying on the implicit default. This preserves the existing coverage in preparation for toggling the default in the future. Tests previously exercising only one linker now mirror the RUN block for the other, sharing FileCheck prefixes. Not all tests are compatible, and I've added a FIXME to make them easy to spot.