aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-10-28 14:48:59 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-10-28 14:48:59 +0000
commit0cf15d61b7e3bf53f5a99f58ada37b93bc039559 (patch)
treefae0deeeda095238a449b7056fd0915cc6d6fb02 /include
parentda9756365b0404cd127150594d0906e7f730a457 (diff)
downloadexternal_llvm-0cf15d61b7e3bf53f5a99f58ada37b93bc039559.zip
external_llvm-0cf15d61b7e3bf53f5a99f58ada37b93bc039559.tar.gz
external_llvm-0cf15d61b7e3bf53f5a99f58ada37b93bc039559.tar.bz2
Implement DTPOFF.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117546 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 e1f27f1..272c7c0 100644
--- a/include/llvm/MC/MCExpr.h
+++ b/include/llvm/MC/MCExpr.h
@@ -139,6 +139,7 @@ public:
VK_TLSGD,
VK_TLSLDM,
VK_TPOFF,
+ VK_DTPOFF,
VK_ARM_HI16, // The R_ARM_MOVT_ABS relocation (:upper16: in the asm file)
VK_ARM_LO16, // The R_ARM_MOVW_ABS_NC relocation (:lower16: in the asm file)
VK_ARM_PLT, // ARM-style PLT symbol references. i.e., (PLT) instead of @PLT