| author | |
| committer | |
| log | e6d26bf962b75b4f0dc200d56fa5776e39f5a18e |
| tree | e9c88cce87261ea725bbf8596c5c1232e6cefc4b |
| parent | 513b395f7f553e5caa3087d17c04f46b8bb407ef |
| signature |
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 |