diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Target/TargetLoweringObjectFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetLoweringObjectFile.h b/include/llvm/Target/TargetLoweringObjectFile.h index a17feeb..7f15b74 100644 --- a/include/llvm/Target/TargetLoweringObjectFile.h +++ b/include/llvm/Target/TargetLoweringObjectFile.h @@ -140,7 +140,7 @@ public: /// \brief Create a symbol reference to describe the given TLS variable when /// emitting the address in debug info. - virtual const MCSymbolRefExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const; + virtual const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const; protected: virtual const MCSection * |