[PATCH] D40777: [dsymutil] Add -verify option to run DWARF verifier after linking.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 3 12:57:36 PST 2017


JDevlieghere created this revision.

This patch adds support for running the DWARF verifier on the linked
debug info files. If the -verify options is specified and verification
fails, dsymutil exists with abort with non-zero exit code. This behavior
is *not* enabled by default.


Repository:
  rL LLVM

https://reviews.llvm.org/D40777

Files:
  test/tools/dsymutil/X86/verify.test
  test/tools/dsymutil/cmdline.test
  tools/dsymutil/dsymutil.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40777.125294.patch
Type: text/x-patch
Size: 5190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171203/5717b876/attachment.bin>


More information about the llvm-commits mailing list