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:
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 },