We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f59c61 commit f5f2d77Copy full SHA for f5f2d77
dlmalloc/src/malloc.c
@@ -5233,6 +5233,8 @@ static void try_init_allocator(void) {
5233
// This can happen when 1. you are using an old wasm-ld which doesn't
5234
// provide `__heap_end` and 2. something (other libraries or maybe
5235
// your app?) provide a weak reference to `__heap_end`.
5236
+ //
5237
+ // Note: This is a linker bug: https://github.com/llvm/llvm-project/issues/60829
5238
return;
5239
}
5240
size_t initial_heap_size = end - base;
0 commit comments