You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# RUN: llvm-mc %s -arch=mips -mcpu=mips32 --position-independent 2>%t1
|
|
# RUN: FileCheck %s < %t1
|
|
|
|
.text
|
|
.set noreorder
|
|
.cpload $25
|
|
.set reorder
|
|
|
|
jal $25
|
|
# CHECK: :[[@LINE-1]]:3: warning: no .cprestore used in PIC mode
|