ARM: Enable use of relocation type tlsldo in debug info for tls data.
[oota-llvm.git] / lib / Target / ARM / ARMTargetObjectFile.h
index 7f60727e5305632addb244373d3aee2723fdcd39..cb86896c03a6e9781b01163c89977fe1f0447c82 100644 (file)
@@ -36,6 +36,9 @@ public:
   virtual const MCSection *getAttributesSection() const {
     return AttributesSection;
   }
+
+  /// \brief Describe a TLS variable address within debug info.
+  virtual const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const;
 };
 
 } // end namespace llvm