aboutsummaryrefslogtreecommitdiff
path: root/src/link.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2023-07-06 02:52:25 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2023-07-19 23:38:40 -0400
commitd195173ba2c06b56c1bf5554ebf0736795798c91 (patch)
treee358fa6f170400ce6a07ba00a032548a4f1263e8 /src/link.zig
parent996eb01746498e0ec5e162ed40d1f3c913891150 (diff)
downloadzig-d195173ba2c06b56c1bf5554ebf0736795798c91.tar.gz
zig-d195173ba2c06b56c1bf5554ebf0736795798c91.zip
llvm: start tracking more things without relying on the llvm api
Diffstat (limited to 'src/link.zig')
-rw-r--r--src/link.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/link.zig b/src/link.zig
index eb6c085663..262718e5af 100644
--- a/src/link.zig
+++ b/src/link.zig
@@ -110,6 +110,7 @@ pub const Options = struct {
/// other objects.
/// Otherwise (depending on `use_lld`) this link code directly outputs and updates the final binary.
use_llvm: bool,
+ use_lib_llvm: bool,
link_libc: bool,
link_libcpp: bool,
link_libunwind: bool,