[PATCH] D49675: [cfi-verify] Detect more protected calls using cross-DSO.
Vlad Tsyrklevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 31 13:08:51 PDT 2018
vlad.tsyrklevich added a reviewer: eugenis.
vlad.tsyrklevich added a comment.
Remind me, was there a reason why you wanted to use binary test inputs instead of assembling them?
================
Comment at: tools/llvm-cfi-verify/lib/FileAnalysis.cpp:448
+ // Avoid checking the PLT since it produces spurious failures on AArch64.
+ StringRef SectionName;
----------------
Why?
https://reviews.llvm.org/D49675
More information about the llvm-commits
mailing list