summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/sancov/Inputs/test-linux_x86_64.0.sancov
Commit message (Collapse)AuthorAgeFilesLines
* [sancov] using normalized filenames for blacklist checks.Mike Aizatsky2016-04-211-0/+0
| | | | | | Differential Revision: http://reviews.llvm.org/D19395 llvm-svn: 267078
* [sancov] improved object files handling.Mike Aizatsky2016-02-121-0/+0
Multi-dso programs result in multiple coverage files dumped of the form '<module_name>.<pid>.sancov'. When analyzing these coverage files it is important to use correct corresponding object file. This change removes the "-obj" sancov flag and lets user specify object file names alongside coverage files. Sancov tool would match them using <module_name> part of coverage file and short file name of the object file. Corresponding changes: - compiler-rt: http://reviews.llvm.org/D17171 - docs: http://reviews.llvm.org/D17175 Differential Revision: http://reviews.llvm.org/D17169 llvm-svn: 260628
OpenPOWER on IntegriCloud