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