[llvm-branch-commits] [llvm] [GOFF] Add writing of section symbols (PR #133799)
Ulrich Weigand via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Apr 7 12:06:36 PDT 2025
================
@@ -16,6 +16,9 @@ namespace llvm {
class GOFFObjectWriter;
class MCGOFFStreamer : public MCObjectStreamer {
+ std::string RootSDName;
+ std::string ADAPRName;
----------------
uweigand wrote:
These are no longer used, I think.
https://github.com/llvm/llvm-project/pull/133799
More information about the llvm-branch-commits
mailing list