diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-07-04 14:07:08 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-07-04 14:07:08 -0700 |
| commit | f59bd2be539ce736d2ef04d16f48980d9c02a3ab (patch) | |
| tree | a45a698a1836f350fd7992c7749932e4e1232f73 /src/link.zig | |
| parent | 6db190cf708d6ddb1c51d294c6f5a9416106277f (diff) | |
| parent | d65e248ed130da21e554807c8ce6add9773e0670 (diff) | |
| download | zig-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.zig | 1 |
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"); |
