summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AArch64/error-location-ldr-pseudo.s
blob: 951373dda61dab9680a3bae29a972b55443c6aa9 (plain)
1
2
3
4
5
// 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)
OpenPOWER on IntegriCloud