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