We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673e542 commit 7a42fb8Copy full SHA for 7a42fb8
llvm/include/llvm/MC/MCSectionELF.h
@@ -68,10 +68,6 @@ class MCSectionELF final : public MCSection {
68
Group.getPointer()->setIsSignature();
69
}
70
71
- // TODO Delete after we stop supporting generation of GNU-style .zdebug_*
72
- // sections.
73
- void setSectionName(StringRef Name) { this->Name = Name; }
74
-
75
public:
76
/// Decides whether a '.section' directive should be printed before the
77
/// section name
0 commit comments