diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-03-17 14:55:22 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-03-17 14:55:22 -0700 |
| commit | 5c4bbd0657d52b1b579036b9ee32418e8d706966 (patch) | |
| tree | debda5e9a9dd98a8e1ad3339c2a19730e604b0d7 /src/libunwind.zig | |
| parent | aea45bdf252c5040b1883e83014f31e2122427de (diff) | |
| parent | f56f3c5824af17516bcf3a0559b98cdad20bd416 (diff) | |
| download | zig-5c4bbd0657d52b1b579036b9ee32418e8d706966.tar.gz zig-5c4bbd0657d52b1b579036b9ee32418e8d706966.zip | |
Merge remote-tracking branch 'origin/master' into llvm16
Diffstat (limited to 'src/libunwind.zig')
| -rw-r--r-- | src/libunwind.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libunwind.zig b/src/libunwind.zig index aefbfb457d..6c46b6bb28 100644 --- a/src/libunwind.zig +++ b/src/libunwind.zig @@ -122,6 +122,7 @@ pub fn buildStaticLib(comp: *Compilation, prog_node: *std.Progress.Node) !void { .verbose_link = comp.bin_file.options.verbose_link, .verbose_air = comp.verbose_air, .verbose_llvm_ir = comp.verbose_llvm_ir, + .verbose_llvm_bc = comp.verbose_llvm_bc, .verbose_cimport = comp.verbose_cimport, .verbose_llvm_cpu_features = comp.verbose_llvm_cpu_features, .clang_passthrough_mode = comp.clang_passthrough_mode, |
