[PATCH] D49383: [cfi-verify] Support cross-DSO by treating certain calls as traps.
Joel Galenson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 25 09:54:09 PDT 2018
jgalenson updated this revision to Diff 157297.
jgalenson retitled this revision from "[cfi-verify] Add an option to treat calls to a specified function as traps." to "[cfi-verify] Support cross-DSO by treating certain calls as traps.".
jgalenson edited the summary of this revision.
jgalenson added a comment.
I replaced the command-line flag to specify functions with a hardcoded list of __cfi_slowpath, abort, and their @plt variants. Does that seem reasonable?
https://reviews.llvm.org/D49383
Files:
test/tools/llvm-cfi-verify/AArch64/Inputs/call
test/tools/llvm-cfi-verify/AArch64/call.s
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
tools/llvm-cfi-verify/lib/FileAnalysis.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49383.157297.patch
Type: text/x-patch
Size: 6335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180725/c7285fc9/attachment.bin>
More information about the llvm-commits
mailing list