cbe: fix code header being omitted from the output

This commit is contained in:
Jacob Young
2025-07-08 00:51:33 -04:00
committed by Andrew Kelley
parent 043079d765
commit 720cd43fc1
2 changed files with 12 additions and 3 deletions

View File

@@ -154,6 +154,7 @@ pub const Env = enum {
else => Env.ast_gen.supports(feature),
},
.cbe => switch (feature) {
.legalize,
.c_backend,
.c_linker,
=> true,