mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
MCSectinELF: Delete setSectionName declaration
This commit is contained in:
@@ -68,10 +68,6 @@ private:
|
||||
Group.getPointer()->setIsSignature();
|
||||
}
|
||||
|
||||
// TODO Delete after we stop supporting generation of GNU-style .zdebug_*
|
||||
// sections.
|
||||
void setSectionName(StringRef Name) { this->Name = Name; }
|
||||
|
||||
public:
|
||||
/// Decides whether a '.section' directive should be printed before the
|
||||
/// section name
|
||||
|
||||
Reference in New Issue
Block a user