From e3b79d65d808700d6308996a52186dcb3ff48b06 Mon Sep 17 00:00:00 2001 From: antlilja Date: Fri, 2 Aug 2024 16:48:36 +0200 Subject: LLVM: Move pt field from Object to NavGen * LLVM: Pass correct tid to emit * Store stack trace type in Zcu * Don't use pt.errorIntType in LLVM backend --- src/Compilation.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Compilation.zig') diff --git a/src/Compilation.zig b/src/Compilation.zig index 953a154978..8406134352 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -3042,7 +3042,7 @@ fn flush( // If there's an output file, it wants to decide where the LLVM object goes! const sub_prog_node = comp.link_prog_node.start("LLVM Emit Object", 0); defer sub_prog_node.end(); - try llvm_object.emit(.{ + try llvm_object.emit(.{ .zcu = zcu, .tid = tid }, .{ .pre_ir_path = comp.verbose_llvm_ir, .pre_bc_path = comp.verbose_llvm_bc, -- cgit v1.2.3