[llvm] [object][webassembly] Add support for RUNTIME_PATH to yaml2obj and obj2yaml (PR #126080)

Hood Chatham via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 08:39:42 PST 2025


================
@@ -230,6 +230,7 @@ struct DylinkSection : CustomSection {
   std::vector<StringRef> Needed;
   std::vector<DylinkImportInfo> ImportInfo;
   std::vector<DylinkExportInfo> ExportInfo;
+  StringRef RuntimePath;
----------------
hoodmane wrote:

Okay updated it.

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


More information about the llvm-commits mailing list