[lld] [lld][WebAssembly] Add RUNTIME_PATH support to wasm-ld (PR #129050)

Hood Chatham via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 10:45:07 PST 2025


================
@@ -124,6 +124,7 @@ struct Config {
   std::optional<std::vector<std::string>> features;
   std::optional<std::vector<std::string>> extraFeatures;
   llvm::SmallVector<uint8_t, 0> buildIdVector;
+  llvm::SmallVector<llvm::StringRef, 0> rpath;
----------------
hoodmane wrote:

Okay done.

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


More information about the llvm-commits mailing list