summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-01-23 16:11:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-01-23 16:11:25 +0000
commit8bac423ddb4794e799ac616860768e103b51e007 (patch)
treec06bcdbedcb2aba5bd32b41542dc61ce87c39955 /llvm/test/MC
parent9491dee24eb6a3e4ccaa5b661f575450ae7a72e3 (diff)
downloadbcm5719-llvm-8bac423ddb4794e799ac616860768e103b51e007.tar.gz
bcm5719-llvm-8bac423ddb4794e799ac616860768e103b51e007.zip
Add support for lowercase variants.
llvm-svn: 124071
Diffstat (limited to 'llvm/test/MC')
-rw-r--r--llvm/test/MC/ELF/relocation.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/relocation.s b/llvm/test/MC/ELF/relocation.s
index 697e4a6c485..dabe721d90b 100644
--- a/llvm/test/MC/ELF/relocation.s
+++ b/llvm/test/MC/ELF/relocation.s
@@ -13,7 +13,7 @@ bar:
leaq foo@TLSGD(%rip), %rax # R_X86_64_TLSGD
leaq foo@TPOFF(%rax), %rax # R_X86_64_TPOFF32
leaq foo@TLSLD(%rip), %rdi # R_X86_64_TLSLD
- leaq foo@DTPOFF(%rax), %rcx # R_X86_64_DTPOFF32
+ leaq foo@dtpoff(%rax), %rcx # R_X86_64_DTPOFF32
pushq $bar
movq foo(%rip), %rdx
leaq foo-bar(%r14),%r14
OpenPOWER on IntegriCloud