mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
Update multiline.ll testcase to handle (ppc64le) .localentry directive
The ppc64le platform will emit a .localentry directive. This is triggering a false-positive against a CHECK-NOT: .loc in multiline.ll. Add a space "{{ }}" to the check-not line to allow for arguments, and prevent .localentry from matching. Differential Revision: http://reviews.llvm.org/D6935 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225810 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6365882935
commit
3d6977a65a
@ -14,7 +14,7 @@
|
||||
|
||||
|
||||
; CHECK: .loc 1 2 0{{$}}
|
||||
; CHECK-NOT: .loc
|
||||
; CHECK-NOT: .loc{{ }}
|
||||
; CHECK: .loc 1 3 3 prologue_end{{$}}
|
||||
; CHECK-NOT: .loc
|
||||
; CHECK: .loc 1 3 9 is_stmt 0{{$}}
|
||||
|
Loading…
Reference in New Issue
Block a user