aboutsummaryrefslogtreecommitdiff
path: root/src/link.zig
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2021-06-29 07:59:46 +0200
committerJakub Konka <kubkon@jakubkonka.com>2021-06-29 07:59:46 +0200
commit75a13a456b2cec9a81b9dabf54014f0e2a072c67 (patch)
tree3ba86161bae27e232c206e13a37552d7884e44c1 /src/link.zig
parent2c385e58f96ea080bd6c732de422f84c6c38c2a2 (diff)
downloadzig-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.zig3
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,