mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
[ARM] Fix Thumb(-2) diagnostic tests.
Changing the diagnostic message for out of range branch targets in 191686 broke the tests. The diagnostic message for out of range branch targets was changed to be more consistent with the other diagnostics. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191691 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e267f04ef5
commit
20546c697f
@ -165,12 +165,12 @@ error: invalid operand for instruction
|
|||||||
b #1048576
|
b #1048576
|
||||||
b #10323
|
b #10323
|
||||||
|
|
||||||
@ CHECK-ERRORS: error: Branch target out of range
|
@ CHECK-ERRORS: error: branch target out of range
|
||||||
@ CHECK-ERRORS: error: Branch target out of range
|
@ CHECK-ERRORS: error: branch target out of range
|
||||||
@ CHECK-ERRORS: error: Branch target out of range
|
@ CHECK-ERRORS: error: branch target out of range
|
||||||
@ CHECK-ERRORS: error: Branch target out of range
|
@ CHECK-ERRORS: error: branch target out of range
|
||||||
@ CHECK-ERRORS: error: Branch target out of range
|
@ CHECK-ERRORS: error: branch target out of range
|
||||||
@ CHECK-ERRORS: error: Branch target out of range
|
@ CHECK-ERRORS: error: branch target out of range
|
||||||
|
|
||||||
@------------------------------------------------------------------------------
|
@------------------------------------------------------------------------------
|
||||||
@ WFE/WFI/YIELD - are not supported pre v6T2
|
@ WFE/WFI/YIELD - are not supported pre v6T2
|
||||||
|
@ -64,9 +64,9 @@
|
|||||||
b.w #16777216
|
b.w #16777216
|
||||||
b.w #1592313
|
b.w #1592313
|
||||||
|
|
||||||
@ CHECK-ERRORS: error: Branch target out of range
|
@ CHECK-ERRORS: error: branch target out of range
|
||||||
@ CHECK-ERRORS: error: Branch target out of range
|
@ CHECK-ERRORS: error: branch target out of range
|
||||||
@ CHECK-ERRORS: error: Branch target out of range
|
@ CHECK-ERRORS: error: branch target out of range
|
||||||
@ CHECK-ERRORS: error: Branch target out of range
|
@ CHECK-ERRORS: error: branch target out of range
|
||||||
@ CHECK-ERRORS: error: Branch target out of range
|
@ CHECK-ERRORS: error: branch target out of range
|
||||||
@ CHECK-ERRORS: error: Branch target out of range
|
@ CHECK-ERRORS: error: branch target out of range
|
||||||
|
Loading…
x
Reference in New Issue
Block a user