[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)
commit344078f51fcd0a63e3e37692d42914ea5fafb098
treedbfeb4e07efb155913ba1fe5d320e3e73b067768
parent953d593cd73bac9a9ccde5dd8367171eb49632a7
[codeview] Fix emission of file changes in inline line tables

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

llvm-svn: 261379
llvm/lib/MC/MCCodeView.cpp
llvm/test/DebugInfo/COFF/inlining-files.ll [new file with mode: 0644]