Skip to content

Commit

Permalink
LLVM: Move pt field from Object to NavGen
Browse files Browse the repository at this point in the history
  • Loading branch information
antlilja committed Aug 16, 2024
1 parent 11176d2 commit e230af8
Show file tree
Hide file tree
Showing 2 changed files with 632 additions and 608 deletions.
3 changes: 3 additions & 0 deletions src/Compilation.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2746,6 +2746,9 @@ pub fn emitLlvmObject(
defer sub_prog_node.end();

try llvm_object.emit(.{
.zcu = comp.module.?,
.tid = .main,
}, .{
.pre_ir_path = comp.verbose_llvm_ir,
.pre_bc_path = comp.verbose_llvm_bc,
.bin_path = try resolveEmitLoc(arena, default_emit, bin_emit_loc),
Expand Down
Loading

0 comments on commit e230af8

Please sign in to comment.