[all-commits] [llvm/llvm-project] 709980: [lld][WebAssembly] Error on unexpected relocation ...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Mon Oct 6 16:31:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 709980e6d8c9da5bf0320bdf2cf5c0be8ae6fe5d
https://github.com/llvm/llvm-project/commit/709980e6d8c9da5bf0320bdf2cf5c0be8ae6fe5d
Author: Sam Clegg <sbc at chromium.org>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
A lld/test/wasm/bad-data-relocs.s
M lld/wasm/InputChunks.cpp
Log Message:
-----------
[lld][WebAssembly] Error on unexpected relocation types in `-pie`/`-shared` data sections (#162117)
Most likely we do want to support R_WASM_FUNCTION_INDEX_I32 at some
point but this relocation types (along with many others) is not
currently supported by `InputChunk::generateRelocationCode`.
See #146923
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list