mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
7d5c600732
llvm-svn: 316546
14 lines
466 B
ArmAsm
14 lines
466 B
ArmAsm
// REQUIRES: x86-registered-target
|
|
// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | not llvm-readobj -relocations - 2>&1 | FileCheck %s
|
|
|
|
// CHECK: Error reading file: relocation group unexpectedly large
|
|
|
|
.section .rela.dyn, "a", @0x60000001
|
|
.ascii "APS2"
|
|
.sleb128 4 // Number of relocations
|
|
.sleb128 0 // Initial offset
|
|
|
|
.sleb128 5 // Number of relocations in group
|
|
.sleb128 2 // RELOCATION_GROUPED_BY_OFFSET_DELTA_FLAG
|
|
.sleb128 8 // offset delta
|