brintos

brintos / llvm-project-archived public Read only

0
0
Text · 563 B · e721079 Raw
18 lines · plain
1# RUN: not llvm-mc -triple powerpc64 --filetype=obj %s -o %t 2>&1 | FileCheck %s2# RUN: not llvm-mc -triple powerpc64le --filetype=obj %s -o %t 2>&1 | FileCheck %s3 4# CHECK: [[#@LINE+1]]:4: error: unsupported relocation type5bl foo@toc6 7# CHECK: [[#@LINE+1]]:12: error: unsupported relocation type8addi 3, 3, foo@plt9 10# CHECK: [[#@LINE+1]]:14: error: unsupported relocation type11paddi 3, 13, foo@toc, 012 13# CHECK: [[#@LINE+1]]:15: error: unsupported relocation type14ld %r5, p_end - .(%r5)15 16# CHECK: [[#@LINE+1]]:7: error: unsupported relocation type17.quad foo@toc18