aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJason W Kim <jason.w.kim.2009@gmail.com>2011-08-04 00:38:45 +0000
committerJason W Kim <jason.w.kim.2009@gmail.com>2011-08-04 00:38:45 +0000
commite651983e71a0fbe624a1441dfc8b747ca1a038f1 (patch)
tree647cbd2a0ef790e9e5cbc27472ba199e82ccfdfb /test
parent456a925c6177d65ed63d6518cd7fdad3e6502ae6 (diff)
downloadexternal_llvm-e651983e71a0fbe624a1441dfc8b747ca1a038f1.zip
external_llvm-e651983e71a0fbe624a1441dfc8b747ca1a038f1.tar.gz
external_llvm-e651983e71a0fbe624a1441dfc8b747ca1a038f1.tar.bz2
Fix http://llvm.org/bugs/show_bug.cgi?id=10568
Move the reloc size assert into AsmBackend - where it is more apropos. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136855 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/ELF/x86_64-reloc-sizetest.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/MC/ELF/x86_64-reloc-sizetest.s b/test/MC/ELF/x86_64-reloc-sizetest.s
new file mode 100644
index 0000000..c899a94
--- /dev/null
+++ b/test/MC/ELF/x86_64-reloc-sizetest.s
@@ -0,0 +1,13 @@
+// RUN: llvm-mc -triple x86_64-linux-gnu -filetype=obj %s | elf-dump | FileCheck %s
+
+// Tests that relocation value fits in the provided size
+// Original bug http://llvm.org/bugs/show_bug.cgi?id=10568
+
+L: movq $(L + 2147483648),%rax
+
+
+// CHECK: Relocation 0x00000000
+// CHECK-NEXT: 'r_offset', 0x00000003
+// CHECK-NEXT: 'r_sym'
+// CHECK-NEXT: 'r_type', 0x0000000b
+// CHECK-NEXT: 'r_addend', 0x80000000