zig/deps/lld/test/ELF/ppc64-addr16-error.s

14 lines
600 B
ArmAsm
Raw Normal View History

2018-08-04 14:47:16 -07:00
// REQUIRES: ppc
// RUN: llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux %s -o %t
// RUN: llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux %p/Inputs/ppc64-addr16-error.s -o %t2
// RUN: not ld.lld -shared %t %t2 -o /dev/null 2>&1 | FileCheck %s
// RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux %s -o %t
// RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux %p/Inputs/ppc64-addr16-error.s -o %t2
2018-08-04 14:47:16 -07:00
// RUN: not ld.lld -shared %t %t2 -o /dev/null 2>&1 | FileCheck %s
.short sym+65539
2018-01-17 14:29:21 -08:00
// CHECK: relocation R_PPC64_ADDR16 out of range: 65539 is not in [-32768, 32767]