[llvm-bugs] [Bug 34637] New: Correctly output file checksums in hex form
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Sep 15 18:14:58 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34637
Bug ID: 34637
Summary: Correctly output file checksums in hex form
Product: clang
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: ecbeckmann at google.com
CC: llvm-bugs at lists.llvm.org
r313374 added code to output the file checksums into the object file. However
there is a bug where the STRING of the checksum is outputted instead of the
actual hex bytes. This prevent pdbs from being loaded by Visual Studio. This
was reverted in r313431. This bug needs to be fixed and then the checksum
patch can re-land.
--
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/20170916/d006dea6/attachment.html>
More information about the llvm-bugs
mailing list