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:
Duncan P. N. Exon Smith 2015-03-25 20:51:21 +00:00
parent d6d4592ff0
commit 3f972ab1bf

View File

@ -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