Fix pr24486.
[oota-llvm.git] / include / llvm / MC / MCMachObjectWriter.h
index 7eccd562af39a62b06578b6328770cbc911e4e41..fe1227fe3dd92d141d19eec086cfb2c73152c49c 100644 (file)
@@ -247,6 +247,11 @@ public:
   void executePostLayoutBinding(MCAssembler &Asm,
                                 const MCAsmLayout &Layout) override;
 
+  bool isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm,
+                                              const MCSymbol &A,
+                                              const MCSymbol &B,
+                                              bool InSet) const override;
+
   bool isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm,
                                               const MCSymbol &SymA,
                                               const MCFragment &FB, bool InSet,