Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/WinEH/wineh-cloning.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | 7d135dc70f03 |
children | c2174574ed3a |
line wrap: on
line diff
--- a/test/CodeGen/WinEH/wineh-cloning.ll Tue Jan 26 22:56:36 2016 +0900 +++ b/test/CodeGen/WinEH/wineh-cloning.ll Fri Nov 25 19:14:25 2016 +0900 @@ -44,7 +44,7 @@ ; CHECK: call void @llvm.foo(i32 %x) -define void @test2() personality i32 (...)* @__C_specific_handler { +define void @test2() personality i32 (...)* @__CxxFrameHandler3 { entry: invoke void @f() to label %exit unwind label %cleanup @@ -71,7 +71,7 @@ ; CHECK-NEXT: ret void -define void @test3() personality i32 (...)* @__C_specific_handler { +define void @test3() personality i32 (...)* @__CxxFrameHandler3 { entry: invoke void @f() to label %invoke.cont unwind label %catch.switch @@ -383,11 +383,10 @@ !llvm.dbg.cu = !{!1} !0 = !{i32 2, !"Debug Info Version", i32 3} -!1 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !2, producer: "compiler", isOptimized: false, runtimeVersion: 0, emissionKind: 1, enums: !3, subprograms: !4) +!1 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !2, producer: "compiler", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !3) !2 = !DIFile(filename: "test.cpp", directory: ".") !3 = !{} -!4 = !{!5} -!5 = distinct !DISubprogram(name: "test12", scope: !2, file: !2, type: !6, isLocal: false, isDefinition: true, scopeLine: 3, flags: DIFlagPrototyped, isOptimized: true, variables: !3) +!5 = distinct !DISubprogram(name: "test12", scope: !2, file: !2, type: !6, isLocal: false, isDefinition: true, scopeLine: 3, flags: DIFlagPrototyped, isOptimized: true, unit: !1, variables: !3) !6 = !DISubroutineType(types: !7) !7 = !{null} !8 = !DILocation(line: 1, scope: !5)