summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSectionELF.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-02-14 16:51:08 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-02-14 16:51:08 +0000
commit9de3a0701a06505aeab824fdc88f361a5018e473 (patch)
tree58c8c640ba84b9f4449194a0220e16397d40689d /include/llvm/MC/MCSectionELF.h
parenta2b6e4151b75248f9dbf8067186cba673520f8f4 (diff)
downloadllvm-9de3a0701a06505aeab824fdc88f361a5018e473.tar.gz
llvm-9de3a0701a06505aeab824fdc88f361a5018e473.tar.bz2
llvm-9de3a0701a06505aeab824fdc88f361a5018e473.tar.xz
Move broken HasCommonSymbols to ELFWriter.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125490 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCSectionELF.h')
-rw-r--r--include/llvm/MC/MCSectionELF.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/MC/MCSectionELF.h b/include/llvm/MC/MCSectionELF.h
index 64b5b941ef..c82de71282 100644
--- a/include/llvm/MC/MCSectionELF.h
+++ b/include/llvm/MC/MCSectionELF.h
@@ -55,11 +55,6 @@ public:
/// should be printed before the section name
bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
- /// HasCommonSymbols - True if this section holds common symbols, this is
- /// indicated on the ELF object file by a symbol with SHN_COMMON section
- /// header index.
- bool HasCommonSymbols() const;
-
StringRef getSectionName() const { return SectionName; }
unsigned getType() const { return Type; }
unsigned getFlags() const { return Flags; }