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

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 10:38:30 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;
----------------
sbc100 wrote:

Sorry you could you put it directly alongside `searchPaths`, which has the same type.

Still lgtm otherwise.

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


More information about the llvm-commits mailing list