mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
Debug Info: update testing cases to specify the debug info version number.
We are going to drop debug info without a version number or with a different version number, to make sure we don't crash when we see bitcode files with different debug info metadata format. Make tests more robust by removing hard-coded metadata numbers in CHECK lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195535 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -77,6 +77,7 @@ for.end:
|
||||
ret void
|
||||
}
|
||||
|
||||
!llvm.module.flags = !{!20}
|
||||
!llvm.dbg.sp = !{!0}
|
||||
|
||||
!0 = metadata !{i32 589870, metadata !18, metadata !1, metadata !"tak", metadata !"tak", metadata !"", i32 32, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i32 256, i1 false, i32 (i32, i32, i32)* @tak, null, null, null, i32 0} ; [ DW_TAG_subprogram ] [line 32] [def] [scope 0] [tak]
|
||||
@@ -99,3 +100,4 @@ for.end:
|
||||
!17 = metadata !{i32 37, i32 1, metadata !13, null}
|
||||
!18 = metadata !{metadata !"/Volumes/Lalgate/cj/llvm/projects/llvm-test/SingleSource/Benchmarks/BenchmarkGame/recursive.c", metadata !"/Volumes/Lalgate/cj/D/projects/llvm-test/SingleSource/Benchmarks/BenchmarkGame"}
|
||||
!19 = metadata !{i32 0}
|
||||
!20 = metadata !{i32 1, metadata !"Debug Info Version", i32 1}
|
||||
|
||||
Reference in New Issue
Block a user