authorgravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2023-07-27 14:06:32+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-07-29 20:33:29-07:00
log7ad4aede7a94ce336cd635bb2d622257a6ba0572
treede19df32a6433f896bca8f246c9c88c53a67234c
parent9b5586ab7cd18d49dfe6d6dbdfbce39941bd3093

Remove obsolete comment in wasi_libc.zig

The referenced bug in LLD has been fixed: https://reviews.llvm.org/D85567

1 files changed, 0 insertions(+), 3 deletions(-)

src/wasi_libc.zig-3
......@@ -494,9 +494,6 @@ const libc_bottom_half_src_files = [_][]const u8{
494494 "wasi/libc-bottom-half/sources/reallocarray.c",
495495 "wasi/libc-bottom-half/sources/sbrk.c",
496496 "wasi/libc-bottom-half/sources/truncate.c",
497 // TODO apparently, due to a bug in LLD, the weak refs are garbled
498 // unless chdir.c is last in the archive
499 // https://reviews.llvm.org/D85567
500497 "wasi/libc-bottom-half/sources/chdir.c",
501498};
502499