diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2021-06-29 07:59:46 +0200 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2021-06-29 07:59:46 +0200 |
| commit | 75a13a456b2cec9a81b9dabf54014f0e2a072c67 (patch) | |
| tree | 3ba86161bae27e232c206e13a37552d7884e44c1 /src/link.zig | |
| parent | 2c385e58f96ea080bd6c732de422f84c6c38c2a2 (diff) | |
| download | zig-75a13a456b2cec9a81b9dabf54014f0e2a072c67.tar.gz zig-75a13a456b2cec9a81b9dabf54014f0e2a072c67.zip | |
zld: remove system linker hack and lld hooks
Diffstat (limited to 'src/link.zig')
| -rw-r--r-- | src/link.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/link.zig b/src/link.zig index c26feb10fd..3bbd542a15 100644 --- a/src/link.zig +++ b/src/link.zig @@ -61,9 +61,6 @@ pub const Options = struct { /// other objects. /// Otherwise (depending on `use_lld`) this link code directly outputs and updates the final binary. use_llvm: bool, - /// Darwin-only. If this is true, `use_llvm` is true, and `is_native_os` is true, this link code will - /// use system linker `ld` instead of the LLD. - system_linker_hack: bool, link_libc: bool, link_libcpp: bool, link_libunwind: bool, |
