diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-01-23 16:11:25 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-01-23 16:11:25 +0000 |
commit | 8bac423ddb4794e799ac616860768e103b51e007 (patch) | |
tree | c06bcdbedcb2aba5bd32b41542dc61ce87c39955 /llvm/test/MC | |
parent | 9491dee24eb6a3e4ccaa5b661f575450ae7a72e3 (diff) | |
download | bcm5719-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.s | 2 |
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 |