xref: /llvm-project/llvm/test/MC/Mips/cprestore-warning-unused.s (revision 9098a8b5eff0f524a922c21ef4f35aec8f416091)
1# RUN: llvm-mc %s -triple mips-unknown-linux-gnu --position-independent 2>%t1
2# RUN: FileCheck %s < %t1
3
4  .text
5  .set noreorder
6  .cpload $25
7  .set reorder
8
9  jal $25
10# CHECK: :[[@LINE-1]]:3: warning: no .cprestore used in PIC mode
11