[llvm] [Object] Beginnings of SFrame parser and dumper (PR #147294)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 17 09:14:42 PDT 2025


================
@@ -137,6 +137,7 @@ static bool NeededLibraries;
 static bool Notes;
 static bool ProgramHeaders;
 static bool SectionGroups;
+static std::vector<std::string> SFrame;
----------------
MaskRay wrote:

This introduces an exit-time destructor, but I think it is fine. This is used to communicate the variable between two functions...

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


More information about the llvm-commits mailing list