xref: /llvm-project/llvm/test/MC/PowerPC/ppc64-errors-emit-obj.s (revision 97470897c436a6a5d682fb8ab296d0bcdc6e32a4)
1# RUN: not --crash llvm-mc -triple powerpc64-- --filetype=obj < %s 2> %t
2# RUN: FileCheck < %t %s
3# RUN: not --crash llvm-mc -triple powerpc64le-- --filetype=obj < %s 2> %t
4# RUN: FileCheck < %t %s
5
6# CHECK: Unsupported Modifier for fixup_ppc_imm34.
7paddi 3, 13, symbol@toc, 0
8