diff options
| author | Davide Italiano <davide@freebsd.org> | 2016-04-05 23:37:08 +0000 |
|---|---|---|
| committer | Davide Italiano <davide@freebsd.org> | 2016-04-05 23:37:08 +0000 |
| commit | ea04026c1355a7ea62c39294736f5cc8828423dc (patch) | |
| tree | 470ea9e861823d1c01ac38c80ece95596bb59449 /llvm/test/CodeGen/Thumb | |
| parent | 5300950f3a2043dede4511e3c311c35fbd387322 (diff) | |
| download | bcm5719-llvm-ea04026c1355a7ea62c39294736f5cc8828423dc.tar.gz bcm5719-llvm-ea04026c1355a7ea62c39294736f5cc8828423dc.zip | |
[DebugInfo] Fix tests so that each subprogram belongs to a CU.
llvm-svn: 265490
Diffstat (limited to 'llvm/test/CodeGen/Thumb')
| -rw-r--r-- | llvm/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll b/llvm/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll index 5058ad3291d..18bed613cd3 100644 --- a/llvm/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll +++ b/llvm/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll @@ -53,7 +53,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata, metadata) nounwind readnon !2 = distinct !DILexicalBlock(line: 44, column: 0, file: !101, scope: !3) !3 = distinct !DISubprogram(name: "getClosestDiagonal3", linkageName: "_Z19getClosestDiagonal3ii", line: 44, isLocal: false, isDefinition: true, virtualIndex: 6, isOptimized: false, file: !101, scope: null, type: !6) !4 = !DIFile(filename: "ggEdgeDiscrepancy.cc", directory: "/Volumes/Home/grosbaj/sources/llvm-externals/speccpu2000/benchspec/CINT2000/252.eon/src") -!5 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "4.2.1 (Based on Apple Inc. build 5658) (LLVM build 00)", isOptimized: true, emissionKind: FullDebug, file: !101, enums: !102, retainedTypes: !102, subprograms: !103) +!5 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "4.2.1 (Based on Apple Inc. build 5658) (LLVM build 00)", isOptimized: true, emissionKind: FullDebug, file: !101, enums: !102, retainedTypes: !102, subprograms: !{!3, !37, !41, !42, !77}) !6 = !DISubroutineType(types: !7) !7 = !{!8, !22, !22} !8 = !DICompositeType(tag: DW_TAG_structure_type, name: "ggVector3", line: 66, size: 192, align: 32, file: !99, elements: !10) |

