[PATCH] D40111: [cfi-verify] Add blame context printing, and improved print format.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 16:46:47 PST 2017


hctim created this revision.

This update now allows users to specify `--blame-context` and `--blame-context-all` to print source file blame information for the source of the blame.

Also updates the inline printing to correctly identify the top of the inlining stack for blame information.


https://reviews.llvm.org/D40111

Files:
  test/tools/llvm-cfi-verify/X86/blacklist-expected-unprotected.s
  test/tools/llvm-cfi-verify/X86/blacklist-match-fun.s
  test/tools/llvm-cfi-verify/X86/blacklist-unexpected-protected.s
  test/tools/llvm-cfi-verify/X86/dot-printing.s
  test/tools/llvm-cfi-verify/X86/indirect-cf-elimination.s
  test/tools/llvm-cfi-verify/X86/protected-lineinfo.s
  test/tools/llvm-cfi-verify/X86/unprotected-lineinfo.s
  tools/llvm-cfi-verify/llvm-cfi-verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40111.123106.patch
Type: text/x-patch
Size: 12705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171116/cd9a9af3/attachment.bin>


More information about the llvm-commits mailing list