[lld] [GHC] wasm-ld: split up __wasm_apply_data_relocs (PR #129007)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 15:54:15 PST 2025
================
@@ -385,6 +384,14 @@ bool InputChunk::generateRelocationCode(raw_ostream &os) const {
if (!requiresRuntimeReloc)
continue;
+ if (funcs.empty() || funcs.back().size() >= 7654300) {
----------------
dmjio wrote:
This comes from `wasm_limits.h` [here](https://source.chromium.org/chromium/chromium/src/+/main:v8/src/wasm/wasm-limits.h;l=51)
https://github.com/llvm/llvm-project/pull/129007
More information about the llvm-commits
mailing list