2015-10-16 00:17:30 +08:00
|
|
|
// RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux %s -o %t
|
2016-03-09 03:51:58 +08:00
|
|
|
// RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux %p/Inputs/ppc64-addr16-error.s -o %t2
|
|
|
|
// RUN: not ld.lld -shared %t %t2 -o %t3 2>&1 | FileCheck %s
|
2015-10-16 00:17:30 +08:00
|
|
|
// REQUIRES: ppc
|
|
|
|
|
|
|
|
.short sym+65539
|
|
|
|
|
2016-03-12 16:31:34 +08:00
|
|
|
// CHECK: relocation R_PPC64_ADDR16 out of range
|