mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Generalize test case to handle different asm syntax (# or // comments)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225017 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6026119d9f
commit
2e05c34ba6
@ -12,21 +12,21 @@
|
||||
; }
|
||||
|
||||
|
||||
; CHECK: .loc 1 2 0 #
|
||||
; CHECK: .loc 1 2 0 {{#|//}}
|
||||
; CHECK-NOT: .loc
|
||||
; CHECK: .loc 1 3 3 prologue_end #
|
||||
; CHECK: .loc 1 3 3 prologue_end {{#|//}}
|
||||
; CHECK-NOT: .loc
|
||||
; CHECK: .loc 1 3 9 is_stmt 0 #
|
||||
; CHECK: .loc 1 3 9 is_stmt 0 {{#|//}}
|
||||
; CHECK-NOT: .loc
|
||||
; CHECK: .loc 1 3 15 #
|
||||
; CHECK: .loc 1 3 15 {{#|//}}
|
||||
; CHECK-NOT: .loc
|
||||
; CHECK: .loc 1 4 3 is_stmt 1 #
|
||||
; CHECK: .loc 1 4 3 is_stmt 1 {{#|//}}
|
||||
; CHECK-NOT: .loc
|
||||
; CHECK: .loc 1 4 9 is_stmt 0 #
|
||||
; CHECK: .loc 1 4 9 is_stmt 0 {{#|//}}
|
||||
; CHECK-NOT: .loc
|
||||
; CHECK: .loc 1 4 15 #
|
||||
; CHECK: .loc 1 4 15 {{#|//}}
|
||||
; CHECK-NOT: .loc
|
||||
; CHECK: .loc 1 5 1 is_stmt 1 #
|
||||
; CHECK: .loc 1 5 1 is_stmt 1 {{#|//}}
|
||||
|
||||
; INT: {{^}}Address
|
||||
; INT: -----
|
||||
|
Loading…
x
Reference in New Issue
Block a user