Add AArch64 as an experimental target.
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMMCExpr.h
index b404e6c6e014546e3d7a66c481892520dd60f350..cd4067a52955b84c3f5ed87689183c6ab70ca45e 100644 (file)
@@ -64,6 +64,9 @@ public:
     return getSubExpr()->FindAssociatedSection();
   }
 
+  // There are no TLS ARMMCExprs at the moment.
+  void fixELFSymbolsInTLSFixups(MCAssembler &Asm) const {}
+
   static bool classof(const MCExpr *E) {
     return E->getKind() == MCExpr::Target;
   }