mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
Remove obsolete comment in wasi_libc.zig
The referenced bug in LLD has been fixed: https://reviews.llvm.org/D85567
This commit is contained in:
parent
9b5586ab7c
commit
7ad4aede7a
@ -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",
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user