[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:10:13 PST 2025


================
@@ -133,6 +134,14 @@ void DylinkSection::writeBody() {
 
     sub.writeTo(os);
   }
+  if (!ctx.arg.rpath.empty()) {
----------------
sbc100 wrote:

Looks like we use an empty line between subsections above.. maybe do that same here?

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


More information about the llvm-commits mailing list