mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
split this test into arch specific pieces, so the ARM
test isn't run when the arm backend isn't built. This fixes PR9327 llvm-svn: 126500
This commit is contained in:
parent
974208a607
commit
90c8cff37e
15
test/MC/ARM/bracket-exprs.s
Normal file
15
test/MC/ARM/bracket-exprs.s
Normal file
@ -0,0 +1,15 @@
|
||||
// RUN: llvm-mc -triple arm-unknown-linux %s | FileCheck %s
|
||||
|
||||
// CHECK: .byte 1
|
||||
.if [~0 >> 1] == -1
|
||||
.byte 1
|
||||
.else
|
||||
.byte 2
|
||||
.endif
|
||||
|
||||
// CHECK: .byte 3
|
||||
.if 4 * [4 + (3 + [2 * 2] + 1)] == 48
|
||||
.byte 3
|
||||
.else
|
||||
.byte 4
|
||||
.endif
|
@ -1,5 +1,4 @@
|
||||
// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
||||
// RUN: llvm-mc -triple arm-unknown-linux %s | FileCheck %s
|
||||
|
||||
// CHECK: .byte 1
|
||||
.if [~0 >> 1] == -1
|
||||
|
Loading…
x
Reference in New Issue
Block a user