16 lines · plain
1 2# RUN: not llvm-mc -triple powerpc64-unknown-unknown -filetype=obj < %s 2> %t3# RUN: FileCheck < %t %s4# RUN: not llvm-mc -triple powerpc64le-unknown-unknown -filetype=obj < %s 2> %t5# RUN: FileCheck < %t %s6 7 .globl remote_sym8sym:9 10# CHECK: :0: error: .localentry expression must be a power of 211 .localentry sym, 12312 13# CHECK: :[[#@LINE+1]]:19: error: .localentry expression must be absolute14 .localentry sym, remote_sym15 16