diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/inlining.ll')
-rw-r--r-- | llvm/test/DebugInfo/COFF/inlining.ll | 6 |
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) { |