mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Add testcase for r137746.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137754 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d6a49773ff
commit
c2408d3ce5
10
test/MC/ARM/thumb-diagnostics.s
Normal file
10
test/MC/ARM/thumb-diagnostics.s
Normal file
@ -0,0 +1,10 @@
|
||||
@ RUN: not llvm-mc -triple=thumbv6-apple-darwin < %s 2> %t
|
||||
@ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
|
||||
|
||||
@ Check for various assembly diagnostic messages on invalid input.
|
||||
|
||||
@ ADD instruction w/o 'S' suffix.
|
||||
add r1, r2, r3
|
||||
@ CHECK-ERRORS: error: invalid instruction
|
||||
@ CHECK-ERRORS: add r1, r2, r3
|
||||
@ CHECK-ERRORS: ^
|
Loading…
x
Reference in New Issue
Block a user