Follow up of the introduction of MCSymbolizer.
[oota-llvm.git] / lib / MC / MCRelocationInfo.cpp
index a2a3174555a61721d4c115fa723ffd28eed109df..53c48deded1812e56a9ff9c367c180b375d83e64 100644 (file)
@@ -34,6 +34,6 @@ MCRelocationInfo::createExprForCAPIVariantKind(const MCExpr *SubExpr,
   return SubExpr;
 }
 
-MCRelocationInfo *llvm::createMCRelocationInfo(MCContext &Ctx) {
+MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) {
   return new MCRelocationInfo(Ctx);
 }