summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCExpr.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-10-28 14:22:44 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-10-28 14:22:44 +0000
commita0a2f8734cdfc19d44201b791a969bcdda96bb70 (patch)
treef961a0e377ba4010aa0e5cdbefae5ba476afc539 /include/llvm/MC/MCExpr.h
parent6d8ac5ac6d87451d52651ba5e6cc0abffb4c264e (diff)
downloadllvm-a0a2f8734cdfc19d44201b791a969bcdda96bb70.tar.gz
llvm-a0a2f8734cdfc19d44201b791a969bcdda96bb70.tar.bz2
llvm-a0a2f8734cdfc19d44201b791a969bcdda96bb70.tar.xz
Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117543 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCExpr.h')
-rw-r--r--include/llvm/MC/MCExpr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/MC/MCExpr.h b/include/llvm/MC/MCExpr.h
index f85650fc90..4fe1b37aea 100644
--- a/include/llvm/MC/MCExpr.h
+++ b/include/llvm/MC/MCExpr.h
@@ -134,6 +134,7 @@ public:
VK_GOTTPOFF,
VK_INDNTPOFF,
VK_NTPOFF,
+ VK_GOTNTPOFF,
VK_PLT,
VK_TLSGD,
VK_TPOFF,