[llvm] [object][webassembly] Add support for RUNTIME_PATH to yaml2obj and obj2yaml (PR #126080)
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 6 07:41:02 PST 2025
================
@@ -230,6 +230,7 @@ struct DylinkSection : CustomSection {
std::vector<StringRef> Needed;
std::vector<DylinkImportInfo> ImportInfo;
std::vector<DylinkExportInfo> ExportInfo;
+ StringRef RuntimePath;
----------------
sbc100 wrote:
As mention in the tool-convention PR, maybe this should be `std::vector<StringRef>`?
https://github.com/llvm/llvm-project/pull/126080
More information about the llvm-commits
mailing list