summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AArch64/expr-bad-symbol.s
blob: de21babfa74173a78800528759b631abe8102534 (plain)
1
2
3
4
5
6
// RUN: not llvm-mc -triple aarch64-- %s 2>&1 | FileCheck %s

  .text
_foo:
  str q28, [x0, #1*6*4*@]
// CHECK: error: expected a symbol reference
OpenPOWER on IntegriCloud