xref: /minix3/external/bsd/llvm/dist/llvm/test/MC/PowerPC/ppc64-localentry-error1.s (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc
2*0a6a1f1dSLionel Sambuc# RUN: not llvm-mc -triple powerpc64-unknown-unknown -filetype=obj < %s 2> %t
3*0a6a1f1dSLionel Sambuc# RUN: FileCheck < %t %s
4*0a6a1f1dSLionel Sambuc# RUN: not llvm-mc -triple powerpc64le-unknown-unknown -filetype=obj < %s 2> %t
5*0a6a1f1dSLionel Sambuc# RUN: FileCheck < %t %s
6*0a6a1f1dSLionel Sambuc
7*0a6a1f1dSLionel Sambucsym:
8*0a6a1f1dSLionel Sambuc	.localentry sym, 123
9*0a6a1f1dSLionel Sambuc
10*0a6a1f1dSLionel Sambuc# CHECK: LLVM ERROR: .localentry expression cannot be encoded.
11*0a6a1f1dSLionel Sambuc
12