[PATCH] D20982: [Symbolize] Check if the PE file has a PDB and emit an error if we can't load it

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 3 13:04:13 PDT 2016


rnk updated this revision to Diff 59606.
rnk marked an inline comment as done.
rnk added a comment.

- Use the standard error return check


http://reviews.llvm.org/D20982

Files:
  include/llvm/DebugInfo/Symbolize/Symbolize.h
  include/llvm/Object/COFF.h
  lib/DebugInfo/Symbolize/Symbolize.cpp
  lib/Object/COFFObjectFile.cpp
  test/tools/llvm-symbolizer/pdb/Inputs/missing_pdb.exe
  test/tools/llvm-symbolizer/pdb/missing_pdb.test
  tools/llvm-symbolizer/llvm-symbolizer.cpp
  tools/sancov/sancov.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20982.59606.patch
Type: text/x-patch
Size: 18293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160603/dad8ae3c/attachment.bin>


More information about the llvm-commits mailing list