You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
17
external/llvm/test/MC/ARM/cpu-test.s
vendored
17
external/llvm/test/MC/ARM/cpu-test.s
vendored
@ -1,17 +0,0 @@
|
||||
// RUN: not llvm-mc -o - -triple arm-gnueabi-freebsd11.0 < %s > %t 2> %t2
|
||||
// RUN: FileCheck %s < %t
|
||||
// RUN: FileCheck %s --check-prefix=CHECK-ERROR < %t2
|
||||
|
||||
// CHECK: .cpu cortex-a8
|
||||
.cpu cortex-a8
|
||||
// CHECK: dsb sy
|
||||
dsb
|
||||
.cpu arm9
|
||||
// CHECK-ERROR: error: instruction requires: data-barriers
|
||||
dsb
|
||||
// CHECK-ERROR: error: Unknown CPU name
|
||||
.cpu foobar
|
||||
// CHECK: .cpu cortex-m3
|
||||
.cpu cortex-m3
|
||||
// CHECK: sub sp, #16
|
||||
sub sp,#16
|
Reference in New Issue
Block a user