From 7ad4aede7a94ce336cd635bb2d622257a6ba0572 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 27 Jul 2023 14:06:32 +0200 Subject: [PATCH] Remove obsolete comment in wasi_libc.zig The referenced bug in LLD has been fixed: https://reviews.llvm.org/D85567 --- src/wasi_libc.zig | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wasi_libc.zig b/src/wasi_libc.zig index 977acb2d8e..2d5f0bc685 100644 --- a/src/wasi_libc.zig +++ b/src/wasi_libc.zig @@ -494,9 +494,6 @@ const libc_bottom_half_src_files = [_][]const u8{ "wasi/libc-bottom-half/sources/reallocarray.c", "wasi/libc-bottom-half/sources/sbrk.c", "wasi/libc-bottom-half/sources/truncate.c", - // TODO apparently, due to a bug in LLD, the weak refs are garbled - // unless chdir.c is last in the archive - // https://reviews.llvm.org/D85567 "wasi/libc-bottom-half/sources/chdir.c", };