From 89e36cc04c692d9fdefbc828c9f50153c0a8c63f Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Mon, 6 Mar 2017 15:50:59 +0000 Subject: Silence a warning "hiding virtual function". llvm-svn: 297018 --- llvm/lib/MC/ELFObjectWriter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/MC/ELFObjectWriter.cpp') diff --git a/llvm/lib/MC/ELFObjectWriter.cpp b/llvm/lib/MC/ELFObjectWriter.cpp index b84ae5bad1c..18dd50826a5 100644 --- a/llvm/lib/MC/ELFObjectWriter.cpp +++ b/llvm/lib/MC/ELFObjectWriter.cpp @@ -242,6 +242,7 @@ public: void writeRelocations(const MCAssembler &Asm, const MCSectionELF &Sec); + using MCObjectWriter::isSymbolRefDifferenceFullyResolvedImpl; bool isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, bool InSet, -- cgit v1.2.3