| author | |
| committer | |
| log | 7ad4aede7a94ce336cd635bb2d622257a6ba0572 |
| tree | de19df32a6433f896bca8f246c9c88c53a67234c |
| parent | 9b5586ab7cd18d49dfe6d6dbdfbce39941bd3093 |
The referenced bug in LLD has been fixed:
https://reviews.llvm.org/D855671 files changed, 0 insertions(+), 3 deletions(-)
src/wasi_libc.zig-3| ... | ... | @@ -494,9 +494,6 @@ const libc_bottom_half_src_files = [_][]const u8{ |
| 494 | 494 | "wasi/libc-bottom-half/sources/reallocarray.c", |
| 495 | 495 | "wasi/libc-bottom-half/sources/sbrk.c", |
| 496 | 496 | "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 | |
| 500 | 497 | "wasi/libc-bottom-half/sources/chdir.c", |
| 501 | 498 | }; |
| 502 | 499 |