Fix pr24486.
[oota-llvm.git] / include / llvm / MC / MCObjectWriter.h
index 406831aae810e3531e62e30847bd40bff0f0b132..ed1f493d74e79c2dcd56626e3c539dfc1f4471f9 100644 (file)
@@ -92,6 +92,11 @@ public:
                                           const MCSymbolRefExpr *B,
                                           bool InSet) const;
 
+  virtual bool isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm,
+                                                      const MCSymbol &A,
+                                                      const MCSymbol &B,
+                                                      bool InSet) const;
+
   virtual bool isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm,
                                                       const MCSymbol &SymA,
                                                       const MCFragment &FB,