Completely rewrite ELFObjectWriter::RecordRelocation.
[oota-llvm.git] / include / llvm / MC / MCAsmBackend.h
index c5f6a662097c5f7466c2eeb3e8e54df33e893aa9..82b65fdaf5c8822d363e3e0257d0e7a1fe6fd708 100644 (file)
@@ -97,7 +97,7 @@ public:
   /// data fragment, at the offset specified by the fixup and following the
   /// fixup kind as appropriate.
   virtual void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
-                          uint64_t Value) const = 0;
+                          uint64_t Value, bool IsPCRel) const = 0;
 
   /// @}