You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,14 +0,0 @@
|
||||
@ RUN: llvm-mc < %s -triple thumbv7m-apple-macho -filetype=obj | llvm-objdump -macho -d - | FileCheck %s
|
||||
@ RUN: llvm-mc < %s -triple thumbv7em-apple-macho -filetype=obj | llvm-objdump -macho -d - | FileCheck %s
|
||||
|
||||
.thumb
|
||||
.thumb_func _t
|
||||
_t:
|
||||
@ A nice Cortex-M only instruction to make sure the default CPU is sound.
|
||||
msr msp, r0
|
||||
.short 0xf000
|
||||
b _t
|
||||
|
||||
@ CHECK: msr msp, r0
|
||||
@ CHECK: .short 0xf000
|
||||
@ CHECK: b _t
|
Reference in New Issue
Block a user