Skip to content

Commit

Permalink
LLVM: Enable running in a seperate thread
Browse files Browse the repository at this point in the history
  • Loading branch information
antlilja committed Aug 13, 2024
1 parent c1aa904 commit c0adbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ pub inline fn backendSupportsFeature(backend: std.builtin.CompilerBackend, compt
else => false,
},
.separate_thread => switch (backend) {
.stage2_llvm => false,
.stage2_llvm => true,
else => true,
},
};
Expand Down

0 comments on commit c0adbb9

Please sign in to comment.