You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
14
external/llvm/test/MC/Mips/update-module-level-options.s
vendored
Normal file
14
external/llvm/test/MC/Mips/update-module-level-options.s
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# RUN: not llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64,-nooddspreg 2>&1 | \
|
||||
# RUN: FileCheck %s
|
||||
|
||||
.module nooddspreg
|
||||
add.s $f1, $f2, $f4
|
||||
# CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
|
||||
|
||||
.set oddspreg
|
||||
add.s $f1, $f2, $f4
|
||||
# CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers
|
||||
|
||||
.set mips0
|
||||
add.s $f1, $f2, $f4
|
||||
# CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
|
Reference in New Issue
Block a user