aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2011-12-22 01:05:17 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2011-12-22 01:05:17 +0000
commitbc24985c5ff01fc25336896c388bd8e4e02ffd95 (patch)
tree886fbfab1de9388f92c664a3daf0c7ba7bdfd67c /include
parent74cab51aa5cdc955b1de0c93d3785479c3ed2d18 (diff)
downloadexternal_llvm-bc24985c5ff01fc25336896c388bd8e4e02ffd95.zip
external_llvm-bc24985c5ff01fc25336896c388bd8e4e02ffd95.tar.gz
external_llvm-bc24985c5ff01fc25336896c388bd8e4e02ffd95.tar.bz2
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
ELF relocations. Patch by Jack Carter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147118 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCExpr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/MC/MCExpr.h b/include/llvm/MC/MCExpr.h
index e7f5b6a..195762e 100644
--- a/include/llvm/MC/MCExpr.h
+++ b/include/llvm/MC/MCExpr.h
@@ -176,7 +176,6 @@ public:
VK_PPC_GAS_HA16, // symbol@ha
VK_PPC_GAS_LO16, // symbol@l
- VK_Mips_None,
VK_Mips_GPREL,
VK_Mips_GOT_CALL,
VK_Mips_GOT16,