diff options
Diffstat (limited to 'llvm/test/MC/AArch64/directive-arch-negative.s')
| -rw-r--r-- | llvm/test/MC/AArch64/directive-arch-negative.s | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/llvm/test/MC/AArch64/directive-arch-negative.s b/llvm/test/MC/AArch64/directive-arch-negative.s index 2991d2499eb..29df7510b70 100644 --- a/llvm/test/MC/AArch64/directive-arch-negative.s +++ b/llvm/test/MC/AArch64/directive-arch-negative.s @@ -2,23 +2,23 @@ .arch axp64 # CHECK: error: unknown arch name -# CHECK: .arch axp64 -# CHECK: ^ +# CHECK-NEXT: .arch axp64 +# CHECK-NEXT: ^ .arch armv8 aese v0.8h, v1.8h # CHECK: error: invalid operand for instruction -# CHECK: aese v0.8h, v1.8h -# CHECK: ^ +# CHECK-NEXT: aese v0.8h, v1.8h +# CHECK-NEXT: ^ // We silently ignore invalid features. .arch armv8+foo aese v0.8h, v1.8h # CHECK: error: invalid operand for instruction -# CHECK: aese v0.8h, v1.8h -# CHECK: ^ +# CHECK-NEXT: aese v0.8h, v1.8h +# CHECK-NEXT: ^ .arch armv8+crypto @@ -27,14 +27,14 @@ aese v0.8h, v1.8h # CHECK: error: invalid operand for instruction -# CHECK: aese v0.8h, v1.8h -# CHECK: ^ +# CHECK-NEXT: aese v0.8h, v1.8h +# CHECK-NEXT: ^ .arch armv8.1-a+noras esb # CHECK: error: instruction requires: ras -# CHECK: esb +# CHECK-NEXT: esb // PR32873: without extra features, '.arch' is currently ignored. // Add an unrelated feature to accept the directive. @@ -42,16 +42,16 @@ casa w5, w7, [x19] # CHECK: error: instruction requires: lse -# CHECK: casa w5, w7, [x19] +# CHECK-NEXT: casa w5, w7, [x19] .arch armv8+crypto crc32b w0, w1, w2 # CHECK: error: instruction requires: crc -# CHECK: crc32b w0, w1, w2 +# CHECK-NEXT: crc32b w0, w1, w2 .arch armv8.1-a+nolse casa w5, w7, [x20] # CHECK: error: instruction requires: lse -# CHECK: casa w5, w7, [x20] +# CHECK-NEXT: casa w5, w7, [x20] |

