brintos

brintos / llvm-project-archived public Read only

0
0
Text · 676 B · 9044485 Raw
15 lines · plain
1# RUN: not llvm-mc %s -triple mips-unknown-linux-gnu -mattr=+fp64 2> %t0 | \2# RUN:   FileCheck %s -check-prefix=CHECK-ASM3# RUN: FileCheck %s -check-prefix=CHECK-ERROR < %t04#5        .module nooddspreg6# CHECK-ASM: .module nooddspreg7 8        add.s $f1, $f2, $f59# CHECK-ERROR: :[[@LINE-1]]:15: error: -mno-odd-spreg prohibits the use of odd FPU registers10# CHECK-ERROR: :[[@LINE-2]]:25: error: -mno-odd-spreg prohibits the use of odd FPU registers11 12# FIXME: Test should include gnu_attributes directive when implemented.13#        An explicit .gnu_attribute must be checked against the effective14#        command line options and any inconsistencies reported via a warning.15