diff options
Diffstat (limited to 'llvm/lib/MC/MCRelocationInfo.cpp')
-rw-r--r-- | llvm/lib/MC/MCRelocationInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCRelocationInfo.cpp b/llvm/lib/MC/MCRelocationInfo.cpp index a2a3174555a..53c48deded1 100644 --- a/llvm/lib/MC/MCRelocationInfo.cpp +++ b/llvm/lib/MC/MCRelocationInfo.cpp @@ -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); } |