https://bugs.llvm.org/show_bug.cgi?id=34303
Reid Kleckner <r...@google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |r...@google.com
Resolution|--- |FIXED
--- Comment #1 from Reid Kleckner <r...@google.com> ---
This was fixed in r306304. We forgot to fill in one of the fields of the debug
directory:
- // TODO(compnerd) get the file offset
- D->PointerToRawData = 0;
The dbghelp error message is actually quite helpful, because "MZ" is actually
the magic for a DOS executable header. Our file offset was zero, so it tried to
parse from there, and it printed the unrecognized magic.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs