[all-commits] [llvm/llvm-project] 80ea31: [lld][WebAssembly] Add RUNTIME_PATH support to was...
Hood Chatham via All-commits
all-commits at lists.llvm.org
Fri Feb 28 11:13:13 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80ea31ccd70c1fc8498fdc632057ef49e5ba2dc4
https://github.com/llvm/llvm-project/commit/80ea31ccd70c1fc8498fdc632057ef49e5ba2dc4
Author: Hood Chatham <roberthoodchatham at gmail.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
A lld/test/wasm/rpath.s
M lld/wasm/Config.h
M lld/wasm/Driver.cpp
M lld/wasm/Options.td
M lld/wasm/SyntheticSections.cpp
Log Message:
-----------
[lld][WebAssembly] Add RUNTIME_PATH support to wasm-ld (#129050)
This finishes adding RPATH support for WebAssembly.
See my previous PR which added RPATH support to yaml2obj and obj2yaml:
https://github.com/llvm/llvm-project/pull/126080
See corresponding update to the WebAssembly/tool-conventions repo on
dynamic linking:
https://github.com/WebAssembly/tool-conventions/pull/246
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