forked from OSchip/llvm-project
Harden this test against windows/changes.
llvm-svn: 205370
This commit is contained in:
parent
04afaeff52
commit
9ae10e64df
|
@ -5,7 +5,7 @@
|
|||
// CHECK-NOT: define
|
||||
// CHECK: ret {{.*}}, !dbg [[DBG:.*]]
|
||||
// CHECK: [[HPP:.*]] = metadata !{metadata !"./template.hpp",
|
||||
// CHECK: [[SP:.*]] = metadata !{i32 786478, metadata [[HPP]], metadata !"_ZTS3FooIiE", metadata !"bar", metadata !"bar", metadata !"_ZN3FooIiE3barEv", i32 22, metadata !8, i1 false, i1 true, i32 0, i32 0, null, i32 256, i1 false, i32 (%class.Foo*)* @_ZN3FooIiE3barEv, null, metadata !7, metadata !2, i32 22} ; [ DW_TAG_subprogram ] [line 22] [def] [bar]
|
||||
// CHECK: [[SP:.*]] = metadata !{i32 786478, metadata [[HPP]],{{.*}}[ DW_TAG_subprogram ] [line 22] [def] [bar]
|
||||
// We shouldn't need a lexical block for this function.
|
||||
// CHECK: [[DBG]] = metadata !{i32 23, i32 0, metadata [[SP]], null}
|
||||
|
||||
|
|
Loading…
Reference in New Issue