[lld] [WASM] wasm-ld: split up __wasm_apply_data_relocs (PR #129007)

via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 23:33: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:

Updated

https://github.com/llvm/llvm-project/pull/129007


More information about the llvm-commits mailing list