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
9 .localentry sym, remote_sym
11 # CHECK: LLVM ERROR: .localentry expression must be absolute.