summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF/inlining.ll
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-09-19 18:14:45 +0000
committerReid Kleckner <rnk@google.com>2017-09-19 18:14:45 +0000
commit26fa1bf4da3cbae98251ebd2db2dcee37b89120c (patch)
tree47deee79482f2815bd404f2bdb9ac167a3b9cf36 /llvm/test/DebugInfo/COFF/inlining.ll
parent0a84b1ac80469b1deb14e3fde332dceeb6f45ad1 (diff)
downloadbcm5719-llvm-26fa1bf4da3cbae98251ebd2db2dcee37b89120c.tar.gz
bcm5719-llvm-26fa1bf4da3cbae98251ebd2db2dcee37b89120c.zip
Re-land "Fix Bug 30978 by emitting cv file checksums."
This reverts r313431 and brings back r313374 with a fix to write checksums as binary data and not ASCII hex strings. llvm-svn: 313657
Diffstat (limited to 'llvm/test/DebugInfo/COFF/inlining.ll')
-rw-r--r--llvm/test/DebugInfo/COFF/inlining.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/COFF/inlining.ll b/llvm/test/DebugInfo/COFF/inlining.ll
index ddfd5e056a1..cfe530024df 100644
--- a/llvm/test/DebugInfo/COFF/inlining.ll
+++ b/llvm/test/DebugInfo/COFF/inlining.ll
@@ -49,11 +49,11 @@
; ASM: .long 0
; ASM: # Inlined function bar starts at t.cpp:8
; ASM: .long 4098 # Type index of inlined function
-; ASM: .long 0 # Offset into filechecksum table
+; ASM: .cv_filechecksumoffset 1 # Offset into filechecksum table
; ASM: .long 8 # Starting line number
; ASM: # Inlined function foo starts at t.cpp:2
; ASM: .long 4099
-; ASM: .long 0
+; ASM: .cv_filechecksumoffset 1 # Offset into filechecksum table
; ASM: .long 2
; ASM: [[inline_end]]:
@@ -72,6 +72,8 @@
; ASM: .short 4430
; ASM: .short 4430
+; ASM: .cv_filechecksums
+
; ASM: .section .debug$T,"dr"
; ASM: .long 4 # Debug section magic
; ASM: # ArgList (0x1000) {
OpenPOWER on IntegriCloud