aboutsummaryrefslogtreecommitdiff
path: root/src/link.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-07-04 14:07:08 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-07-04 14:07:08 -0700
commitf59bd2be539ce736d2ef04d16f48980d9c02a3ab (patch)
treea45a698a1836f350fd7992c7749932e4e1232f73 /src/link.zig
parent6db190cf708d6ddb1c51d294c6f5a9416106277f (diff)
parentd65e248ed130da21e554807c8ce6add9773e0670 (diff)
downloadzig-f59bd2be539ce736d2ef04d16f48980d9c02a3ab.tar.gz
zig-f59bd2be539ce736d2ef04d16f48980d9c02a3ab.zip
Merge remote-tracking branch 'origin/master' into llvm14
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 6c5e876022..97eb9f8876 100644
--- a/src/link.zig
+++ b/src/link.zig
@@ -951,6 +951,7 @@ pub const File = struct {
pub const ErrorFlags = struct {
no_entry_point_found: bool = false,
+ missing_libc: bool = false,
};
pub const C = @import("link/C.zig");