brintos

brintos / llvm-project-archived public Read only

0
0
Text · 209 B · 7874880 Raw
6 lines · plain
1# RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r2 -target-abi n64 2>&1 | FileCheck %s2        .set fp=xx3# CHECK: error: '.set fp=xx' requires the O32 ABI4# CHECK: .set fp=xx5# CHECK:          ^6