brintos

brintos / llvm-project-archived public Read only

0
0
Text · 235 B · 5a80970 Raw
11 lines · plain
1# RUN: llvm-mc %s -triple mips-unknown-linux-gnu --position-independent 2>%t12# RUN: FileCheck %s < %t13 4  .text5  .set noreorder6  .cpload $257  .set reorder8 9  jal $2510# CHECK: :[[@LINE-1]]:3: warning: no .cprestore used in PIC mode11