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