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

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 11:09:12 PST 2025


================
@@ -70,6 +70,7 @@ struct Config {
   bool pie;
   bool printGcSections;
   bool relocatable;
+  llvm::SmallVector<llvm::StringRef, 0> rpath;
----------------
sbc100 wrote:

Can you put this lower down with the other vectors such as searchPaths?

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


More information about the llvm-commits mailing list