diff options
| author | Paul Robinson <paul.robinson@sony.com> | 2018-01-11 22:03:43 +0000 |
|---|---|---|
| committer | Paul Robinson <paul.robinson@sony.com> | 2018-01-11 22:03:43 +0000 |
| commit | cc9c8b95bdb05c36168e50832ead45a895b0b045 (patch) | |
| tree | 6ab168be838cd54a77a228e48f88e0bfb7e89d47 /llvm/test/MC/AArch64/coff-debug.ll | |
| parent | 08abcac9dc0fada5af47e7001732ddd9e4de7f9c (diff) | |
| download | bcm5719-llvm-cc9c8b95bdb05c36168e50832ead45a895b0b045.tar.gz bcm5719-llvm-cc9c8b95bdb05c36168e50832ead45a895b0b045.zip | |
Tighten up DIFile verifier for checksums
Differential Revision: https://reviews.llvm.org/D41965
llvm-svn: 322314
Diffstat (limited to 'llvm/test/MC/AArch64/coff-debug.ll')
| -rw-r--r-- | llvm/test/MC/AArch64/coff-debug.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/MC/AArch64/coff-debug.ll b/llvm/test/MC/AArch64/coff-debug.ll index 6c814e8fd37..ec2fcc4f55f 100644 --- a/llvm/test/MC/AArch64/coff-debug.ll +++ b/llvm/test/MC/AArch64/coff-debug.ll @@ -21,7 +21,7 @@ attributes #0 = { noinline nounwind optnone "correctly-rounded-divide-sqrt-fp-ma !llvm.ident = !{!6} !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2) -!1 = !DIFile(filename: "a.c", directory: "/", checksumkind: CSK_MD5, checksum: "") +!1 = !DIFile(filename: "a.c", directory: "/", checksumkind: CSK_MD5, checksum: "12345678901234567890123456789012") !2 = !{} !3 = !{i32 2, !"CodeView", i32 1} !4 = !{i32 2, !"Debug Info Version", i32 3} @@ -102,9 +102,9 @@ attributes #0 = { noinline nounwind optnone "correctly-rounded-divide-sqrt-fp-ma ; CHECK: Subsection [ ; CHECK: SubSectionType: FileChecksums (0xF4) ; CHECK: FileChecksum { -; CHECK: ChecksumSize: 0x0 +; CHECK: ChecksumSize: 0x10 ; CHECK: ChecksumKind: MD5 (0x1) -; CHECK: ChecksumBytes: () +; CHECK: ChecksumBytes: (12 34 56 78 90 12 34 56 78 90 12 34 56 78 90 12) ; CHECK: } ; CHECK: ] ; CHECK: Subsection [ |

