diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/MC/MCExpr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/llvm/MC/MCExpr.h b/include/llvm/MC/MCExpr.h index 3f25dc0562..22b1447b95 100644 --- a/include/llvm/MC/MCExpr.h +++ b/include/llvm/MC/MCExpr.h @@ -141,6 +141,7 @@ public: VK_TLSLDM, VK_TPOFF, VK_DTPOFF, + VK_TLVP, // Mach-O thread local variable relocation VK_ARM_HI16, // The R_ARM_MOVT_ABS relocation (:upper16: in the .s file) VK_ARM_LO16, // The R_ARM_MOVW_ABS_NC relocation (:lower16: in the .w file) // FIXME: We'd really like to use the generic Kinds listed above for these. @@ -150,7 +151,8 @@ public: VK_ARM_GOTOFF, VK_ARM_TPOFF, VK_ARM_GOTTPOFF, - VK_TLVP // Mach-O thread local variable relocation + + VK_PPC_TOC }; private: |