OSDN Git Service

[codeview] Fix emission of file changes in inline line tables
authorReid Kleckner <rnk@google.com>
Fri, 19 Feb 2016 23:55:38 +0000 (23:55 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 19 Feb 2016 23:55:38 +0000 (23:55 +0000)
commitac038d9c24059fbd741d55b033d41d29e38237b2
tree656d9f667f20a32d9a29abcd4e35bcd43d02713c
parent78fadfc347856dcd296bbcee5c79f61737f2fb66
[codeview] Fix emission of file changes in inline line tables

These are supposed to be file checksum table offsets, not file ids.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261379 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCCodeView.cpp
test/DebugInfo/COFF/inlining-files.ll [new file with mode: 0644]