diff options
author | Fangrui Song <i@maskray.me> | 2022-07-24 01:23:07 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-07-24 01:23:07 -0700 |
commit | 7feab85df8e8f5776bd2d4c1af61dc30fa24dd6f (patch) | |
tree | ef9105dc8c50e554f9c8b515af16b0cd6d21d1ba /llvm/include | |
parent | 6977ff40064d2f1891d3fd62cb6db2835c46d91e (diff) | |
download | llvm-7feab85df8e8f5776bd2d4c1af61dc30fa24dd6f.zip llvm-7feab85df8e8f5776bd2d4c1af61dc30fa24dd6f.tar.gz llvm-7feab85df8e8f5776bd2d4c1af61dc30fa24dd6f.tar.bz2 |
[MC] Remove unused renameELFSection
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/MC/MCContext.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/MC/MCContext.h b/llvm/include/llvm/MC/MCContext.h index a0e1889..61520c4 100644 --- a/llvm/include/llvm/MC/MCContext.h +++ b/llvm/include/llvm/MC/MCContext.h @@ -603,8 +603,6 @@ public: const MCSymbolELF *Group, const MCSectionELF *RelInfoSection); - void renameELFSection(MCSectionELF *Section, StringRef Name); - MCSectionELF *createELFGroupSection(const MCSymbolELF *Group, bool IsComdat); void recordELFMergeableSectionInfo(StringRef SectionName, unsigned Flags, |