mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
73ac7e25b8
Storing the source location of the expression that created a constant pool entry allows us to emit better error messages if we later discover that the expression cannot be represented by a relocation. Differential Revision: http://reviews.llvm.org/D14646 llvm-svn: 253220
6 lines
202 B
ArmAsm
6 lines
202 B
ArmAsm
// RUN: not llvm-mc -triple aarch64--none-eabi -filetype obj < %s -o /dev/null 2>&1 | FileCheck %s
|
|
|
|
.text
|
|
// CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression
|
|
ldr x0, =(-undef)
|