| author | |
| committer | |
| log | 2db133b53f80268e4e36ea43a58340bc7853bb61 |
| tree | a8f04793415f83a8e850e884d39fcb022317beba |
| parent | 65e74dfbda3e50ba09a2b59061ccb90a7dd68e9f |
| signature |
Lots of failures here; this target shouldn't have been in this list yet.1 files changed, 7 insertions(+), 7 deletions(-)
test/tests.zig+7-7| ... | @@ -1997,13 +1997,13 @@ const c_abi_targets = blk: { | ... | @@ -1997,13 +1997,13 @@ const c_abi_targets = blk: { |
| 1997 | }, | 1997 | }, |
| 1998 | .use_llvm = true, | 1998 | .use_llvm = true, |
| 1999 | }, | 1999 | }, |
| 2000 | .{ | 2000 | // .{ |
| 2001 | .target = .{ | 2001 | // .target = .{ |
| 2002 | .cpu_arch = .x86_64, | 2002 | // .cpu_arch = .x86_64, |
| 2003 | .os_tag = .linux, | 2003 | // .os_tag = .linux, |
| 2004 | .abi = .muslx32, | 2004 | // .abi = .muslx32, |
| 2005 | }, | 2005 | // }, |
| 2006 | }, | 2006 | // }, |
| 2007 | 2007 | ||
| 2008 | // WASI Targets | 2008 | // WASI Targets |
| 2009 | 2009 |