all: remove support for stage1
With almost all tests/examples working on all platforms now with the new compiler, https://github.com/hexops/mach/issues/180, it's time to remove stage1 support. Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
4c3a19fc26
commit
8113ca370d
22 changed files with 86 additions and 1907 deletions
|
|
@ -47,6 +47,7 @@ pub fn Messages(comptime messages: anytype) type {
|
|||
}};
|
||||
}
|
||||
|
||||
// TODO(self-hosted): check if we can remove this now
|
||||
// Hack to workaround stage1 compiler bug. https://github.com/ziglang/zig/issues/8114
|
||||
//
|
||||
// return @Type(.{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue