Commit c8a660f
authored
Filter out --dynamic-list linker arg unsupported by zig cc (#392)
zig's lld supports `--dynamic-list` but `zig cc` doesn't pass it through.
Filter it out along with its file path argument to allow linking to succeed.
Note: This may affect symbol visibility but is necessary for linking
powerpc64-unknown-linux-musl and similar targets.
Fixes #3551 parent cd424dd commit c8a660f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| |||
0 commit comments