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 12