Zig Version
0.16.0-dev.3073+28ae5d415
Steps to Reproduce and Observed Behavior
repro of the issue:
pubfnmain()void{}zig build-exe a.zig -target x86_64-linux-musl -dynamic --dynamic-linker anything
error: sub-compilation of compiler_rt failed: failed to resolve compilation config: LldCannotSpecifyDynamicLinkerForSharedLibraries
Expected Behavior
compiles without error
### Zig Version
0.16.0-dev.3073+28ae5d415
### Steps to Reproduce and Observed Behavior
repro of the issue:
```zig
pub fn main() void {}
```
`zig build-exe a.zig -target x86_64-linux-musl -dynamic --dynamic-linker anything`
```
error: sub-compilation of compiler_rt failed: failed to resolve compilation config: LldCannotSpecifyDynamicLinkerForSharedLibraries
```
### Expected Behavior
compiles without error