mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 20:30:06 +00:00
FileCheckize
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116581 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
50cef5829d
commit
c279c9079b
@ -1,7 +1,21 @@
|
||||
; RUN: llc -O0 -asm-verbose %s -o %t
|
||||
; RUN: grep DW_TAG_compile_unit %t | count 3
|
||||
; RUN: llc -O0 -asm-verbose < %s | FileCheck %s
|
||||
; One for a.c, second one for b.c and third one for abbrev.
|
||||
|
||||
; CHECK: info_begin
|
||||
; CHECK: DW_TAG_compile_unit
|
||||
; CHECK-NOT: DW_TAG_compile_unit
|
||||
; CHECK: info_end
|
||||
|
||||
; CHECK: info_begin
|
||||
; CHECK: DW_TAG_compile_unit
|
||||
; CHECK-NOT: DW_TAG_compile_unit
|
||||
; CHECK: info_end
|
||||
|
||||
; CHECK: abbrev_begin
|
||||
; CHECK: DW_TAG_compile_unit
|
||||
; CHECK-NOT: DW_TAG_compile_unit
|
||||
; CHECK: abbrev_end
|
||||
|
||||
define i32 @foo() nounwind readnone ssp {
|
||||
return:
|
||||
ret i32 42, !dbg !0
|
||||
|
Loading…
Reference in New Issue
Block a user