diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-01-07 16:02:58 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-01-07 16:02:58 -0500 |
| commit | e2e9be5deac75e102bc5faaa94aa17308224f9f6 (patch) | |
| tree | ed6c69e1735acc2ee9615b86a9a12fb25b192eb4 /src-self-hosted/compilation.zig | |
| parent | 437c6a4b7ef115208ae84a938f989b92fb282c39 (diff) | |
| parent | af390b75dbdb33f6ccf80c14d32ee5b89421c35b (diff) | |
| download | zig-e2e9be5deac75e102bc5faaa94aa17308224f9f6.tar.gz zig-e2e9be5deac75e102bc5faaa94aa17308224f9f6.zip | |
Merge branch 'dcao-master'
closes #3981
Diffstat (limited to 'src-self-hosted/compilation.zig')
| -rw-r--r-- | src-self-hosted/compilation.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-self-hosted/compilation.zig b/src-self-hosted/compilation.zig index a7ba07342e..0f455fadcd 100644 --- a/src-self-hosted/compilation.zig +++ b/src-self-hosted/compilation.zig @@ -170,6 +170,8 @@ pub const Compilation = struct { verbose_llvm_ir: bool = false, verbose_link: bool = false, + link_eh_frame_hdr: bool = false, + darwin_version_min: DarwinVersionMin = .None, test_filters: []const []const u8 = &[_][]const u8{}, |
