mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Linker: Loosen checks slightly from r233207
According to at least one bot [1], function prologues aren't always empty for these functions. Skip that part of the follow-up check. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233214 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d6d4592ff0
commit
3f972ab1bf
@ -145,14 +145,14 @@ entry:
|
||||
|
||||
; DWLW-LABEL: file_names[{{ *}}1]{{.*}} bar.c
|
||||
; DWLW: [[BARLOW]] 0 0 1 0 0 is_stmt
|
||||
; DWLW: [[BARLOW]] 2 0 1 0 0 is_stmt prologue_end
|
||||
; DWLW: 2 0 1 0 0 is_stmt prologue_end
|
||||
; DWLW-LABEL: file_names[{{ *}}1]{{.*}} foo.c
|
||||
; DWLW: [[FOOLOW]] 0 0 1 0 0 is_stmt
|
||||
; DWLW: [[FOOLOW]] 52 0 1 0 0 is_stmt prologue_end
|
||||
; DWLW: 52 0 1 0 0 is_stmt prologue_end
|
||||
|
||||
; DWWL-LABEL: file_names[{{ *}}1]{{.*}} foo.c
|
||||
; DWWL: [[FOOLOW]] 0 0 1 0 0 is_stmt
|
||||
; DWWL: [[FOOLOW]] 52 0 1 0 0 is_stmt prologue_end
|
||||
; DWWL: 52 0 1 0 0 is_stmt prologue_end
|
||||
; DWWL-LABEL: file_names[{{ *}}1]{{.*}} bar.c
|
||||
; DWWL: [[BARLOW]] 0 0 1 0 0 is_stmt
|
||||
; DWWL: [[BARLOW]] 2 0 1 0 0 is_stmt prologue_end
|
||||
; DWWL: 2 0 1 0 0 is_stmt prologue_end
|
||||
|
Loading…
Reference in New Issue
Block a user