1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Nothing inherits from this, drop the protected:

llvm-svn: 236253
This commit is contained in:
Rafael Espindola 2015-04-30 20:37:36 +00:00
parent dfd6ce5dd4
commit 52d84b33c1

View File

@ -70,8 +70,6 @@ public:
};
class ELFObjectWriter : public MCObjectWriter {
protected:
static bool isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind);
static bool RelocNeedsGOT(MCSymbolRefExpr::VariantKind Variant);
static uint64_t SymbolValue(MCSymbolData &Data, const MCAsmLayout &Layout);