AArch64: fix vector-immediate BIC/ORR on big-endian devices.
[oota-llvm.git] / test / MC / PowerPC / ppc64-localentry-error1.s
1
2 # RUN: not llvm-mc -triple powerpc64-unknown-unknown -filetype=obj < %s 2> %t
3 # RUN: FileCheck < %t %s
4 # RUN: not llvm-mc -triple powerpc64le-unknown-unknown -filetype=obj < %s 2> %t
5 # RUN: FileCheck < %t %s
6
7 sym:
8         .localentry sym, 123
9
10 # CHECK: LLVM ERROR: .localentry expression cannot be encoded.
11