[llvm-bugs] [Bug 30978] New: [codeview] Emit file checksums

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Nov 10 10:05:16 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=30978

            Bug ID: 30978
           Summary: [codeview] Emit file checksums
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: rnk at google.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Currently we emit all zeros in the CV file checksum table. The debugger uses
this information to inform the user if the source file has changed since the
program was built.

We should extend DIFile with a checksum field and have the frontend emit that
when emitting CodeView.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161110/95ded110/attachment.html>


More information about the llvm-bugs mailing list