xref: /aosp_15_r20/external/llvm/test/MC/PowerPC/pr24686.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: not llvm-mc -triple=powerpc64le-unknown-linux-gnu -filetype=obj %s \
2# RUN: 2>&1 | FileCheck %s
3
4_stext:
5ld %r5, p_end - _stext(%r5)
6
7# CHECK: LLVM ERROR: Invalid PC-relative half16ds relocation
8