[all-commits] [llvm/llvm-project] a59b17: [lld][WebAssembly] Do not emit relocs against dead...
Derek Schuff via All-commits
all-commits at lists.llvm.org
Mon Mar 3 16:09:18 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a59b17c8adde34e26b0f101fc2942637b945e1e5
https://github.com/llvm/llvm-project/commit/a59b17c8adde34e26b0f101fc2942637b945e1e5
Author: Derek Schuff <dschuff at chromium.org>
Date: 2025-03-03 (Mon, 03 Mar 2025)
Changed paths:
M lld/test/wasm/emit-relocs.s
M lld/wasm/InputChunks.cpp
M lld/wasm/InputChunks.h
M lld/wasm/OutputSections.cpp
M lld/wasm/OutputSections.h
M lld/wasm/Symbols.cpp
Log Message:
-----------
[lld][WebAssembly] Do not emit relocs against dead symbols (#129346)
When emitting relocs with linked output (i.e. --emit-relocs)
skip relocs against dead symbols (which do not appear in the output)
and do not emit them.
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