motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit 03eb332d3c9d1b24811c21d28ceee4008743b60e (tree)
parent 7f3ade6deae4cad281adeda8cf2c04756f7c5db7
Author: Jacob Young <jacobly0@users.noreply.github.com>
Date:   Fri, 23 Feb 2024 18:15:13 +0100

Builder: fix aliases in bitcode

Diffstat:
Msrc/codegen/llvm/ir.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/codegen/llvm/ir.zig b/src/codegen/llvm/ir.zig @@ -155,7 +155,7 @@ pub const Module = struct { pub const Alias = struct { pub const ops = [_]AbbrevOp{ - .{ .literal = 9 }, // Code + .{ .literal = 14 }, // Code .{ .vbr = 16 }, // strtab_offset .{ .vbr = 16 }, // strtab_size .{ .fixed_runtime = Builder.Type },