[PATCH] D49383: [cfi-verify] Support cross-DSO

Joel Galenson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 2 15:40:18 PDT 2018


jgalenson updated this revision to Diff 158853.
jgalenson retitled this revision from "[cfi-verify] Support cross-DSO by treating certain calls as traps." to "[cfi-verify] Support cross-DSO".
jgalenson edited the summary of this revision.
jgalenson added a comment.
Herald added subscribers: JDevlieghere, kristof.beyls, aprantl.

Updated to use the new scheme suggested by pcc and eugenis, which lets other parts of LVLM (e.g., objdump) use the PLT information.


https://reviews.llvm.org/D49383

Files:
  test/tools/llvm-cfi-verify/AArch64/Inputs/function-only-check.o
  test/tools/llvm-cfi-verify/AArch64/function-only-check.s
  test/tools/llvm-cfi-verify/X86/Inputs/function-only-check.o
  test/tools/llvm-cfi-verify/X86/function-only-check.s
  tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  tools/llvm-cfi-verify/lib/FileAnalysis.h
  tools/llvm-cfi-verify/lib/GraphBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49383.158853.patch
Type: text/x-patch
Size: 6984 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180802/e5bd8f07/attachment.bin>


More information about the llvm-commits mailing list