mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
which was reverted because included unrelative changes by mistake. Original commit message: [ELF] - Change all messages to lowercase to be consistent. That is directly opposite to http://reviews.llvm.org/D18045, which was reverted. This patch changes all messages to start from lowercase letter if they were not before. That is done to be consistent with clang. Differential revision: http://reviews.llvm.org/D18085 llvm-svn: 263337
9 lines
317 B
ArmAsm
9 lines
317 B
ArmAsm
// 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
|
|
// RUN: not ld.lld -shared %t %t2 -o %t3 2>&1 | FileCheck %s
|
|
// REQUIRES: ppc
|
|
|
|
.short sym+65539
|
|
|
|
// CHECK: relocation R_PPC64_ADDR16 out of range
|