[PATCH] D38654: Parse DWARF information to reduce false positives.
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 20 14:00:28 PDT 2017
hctim updated this revision to Diff 119706.
hctim marked 2 inline comments as done.
hctim added a comment.
- Modified tool to ensure that users are aware that all statically linked libraries are required to be compiled with '-g'.
- Removed type unit check (thanks probison)!
- Changed opt<uint64_t> to opt<unsigned long long> (known issue with opt<uint64_t>).
- Lexicographically sorted library names.
https://reviews.llvm.org/D38654
Files:
tools/llvm-cfi-verify/CMakeLists.txt
tools/llvm-cfi-verify/LLVMBuild.txt
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
tools/llvm-cfi-verify/lib/FileAnalysis.h
tools/llvm-cfi-verify/lib/GraphBuilder.cpp
tools/llvm-cfi-verify/llvm-cfi-verify.cpp
unittests/tools/llvm-cfi-verify/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38654.119706.patch
Type: text/x-patch
Size: 9366 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171020/971b781d/attachment.bin>
More information about the llvm-commits
mailing list