brintos

brintos / llvm-project-archived public Read only

0
0
Text · 426 B · 9568af3 Raw
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