diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-03-20 18:44:20 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-03-20 18:44:20 +0000 |
| commit | 1557fd6d39e9b271d98f9c15044fb6bee8fb8041 (patch) | |
| tree | bc587e15e8da6d9101a7aa1cc05234fa78311381 /llvm/test/MC/ARM/elf-reloc-03.ll | |
| parent | e762020bb98d6d48166b737c47f6252b7521857c (diff) | |
| download | bcm5719-llvm-1557fd6d39e9b271d98f9c15044fb6bee8fb8041.tar.gz bcm5719-llvm-1557fd6d39e9b271d98f9c15044fb6bee8fb8041.zip | |
Write the section table and the section data in the same order that
gun as does. This makes it a lot easier to compare the output of both
as the addresses are now a lot closer.
llvm-svn: 127972
Diffstat (limited to 'llvm/test/MC/ARM/elf-reloc-03.ll')
| -rw-r--r-- | llvm/test/MC/ARM/elf-reloc-03.ll | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/test/MC/ARM/elf-reloc-03.ll b/llvm/test/MC/ARM/elf-reloc-03.ll index e052f39a615..91dba554ab6 100644 --- a/llvm/test/MC/ARM/elf-reloc-03.ll +++ b/llvm/test/MC/ARM/elf-reloc-03.ll @@ -88,11 +88,10 @@ entry: declare void @exit(i32) noreturn nounwind - -;; OBJ: Symbol 0x0000000c -;; OBJ-NEXT: 'vtable' - ;; OBJ: Relocation 0x00000001 ;; OBJ-NEXT: 'r_offset', ;; OBJ-NEXT: 'r_sym', 0x0000000c ;; OBJ-NEXT: 'r_type', 0x0000002b + +;; OBJ: Symbol 0x0000000c +;; OBJ-NEXT: 'vtable' |

