aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCAsmInfoDarwin.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-01 03:50:49 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-01 03:50:49 +0000
commitdebd7e4e8bc5cfe61bfb71835ce2b1a3fbccc2be (patch)
tree7069783c01e7b31f77ab0886700221df01554a8a /include/llvm/MC/MCAsmInfoDarwin.h
parentd4b0c6c3fa22deee5c447e982058e38022968656 (diff)
downloadexternal_llvm-debd7e4e8bc5cfe61bfb71835ce2b1a3fbccc2be.zip
external_llvm-debd7e4e8bc5cfe61bfb71835ce2b1a3fbccc2be.tar.gz
external_llvm-debd7e4e8bc5cfe61bfb71835ce2b1a3fbccc2be.tar.bz2
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
for all symbol differences and can drop the old EmitPCRelSymbolValue method. This also make getExprForFDESymbol on ELF equal to the one on MachO, and it can be made non-virtual. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130634 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCAsmInfoDarwin.h')
-rw-r--r--include/llvm/MC/MCAsmInfoDarwin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/MC/MCAsmInfoDarwin.h b/include/llvm/MC/MCAsmInfoDarwin.h
index 634f163..c85aa3d 100644
--- a/include/llvm/MC/MCAsmInfoDarwin.h
+++ b/include/llvm/MC/MCAsmInfoDarwin.h
@@ -25,8 +25,6 @@ namespace llvm {
struct MCAsmInfoDarwin : public MCAsmInfo {
explicit MCAsmInfoDarwin();
- virtual const MCExpr *
- getExprForFDESymbol(const MCSymbol *Sym, MCStreamer &Streamer) const;
};
}