summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>2014-05-27 14:58:51 +0000
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>2014-05-27 14:58:51 +0000
commit61e341e0bfcc83ec865fe763759e66ab3c2feba5 (patch)
tree33b00e33b21bc9b0f51faa8ce4f0477350c5bb4b /include
parent87d192bb728aab9509ab51436fc3a73ca0d4e2c5 (diff)
downloadllvm-61e341e0bfcc83ec865fe763759e66ab3c2feba5.tar.gz
llvm-61e341e0bfcc83ec865fe763759e66ab3c2feba5.tar.bz2
llvm-61e341e0bfcc83ec865fe763759e66ab3c2feba5.tar.xz
[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16
Differential Revision: http://reviews.llvm.org/D3860 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209659 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCExpr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/MC/MCExpr.h b/include/llvm/MC/MCExpr.h
index f28adfa865..ca5cecbef0 100644
--- a/include/llvm/MC/MCExpr.h
+++ b/include/llvm/MC/MCExpr.h
@@ -262,6 +262,8 @@ public:
VK_Mips_GOT_LO16,
VK_Mips_CALL_HI16,
VK_Mips_CALL_LO16,
+ VK_Mips_PCREL_HI16,
+ VK_Mips_PCREL_LO16,
VK_COFF_IMGREL32 // symbol@imgrel (image-relative)
};