summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/sancov/print_coverage_pcs.test
Commit message (Collapse)AuthorAgeFilesLines
* [sancov] extracting AArch64 test to a separate file.Mike Aizatsky2016-08-151-4/+1
| | | | llvm-svn: 278754
* Add missing REQUIRES in sancov/print_coverage_pcs.test: it requires aarch64 ↵Mehdi Amini2016-08-131-1/+1
| | | | | | as well now llvm-svn: 278601
* [AArch64] Registering default MCInstrAnalysisMike Aizatsky2016-08-121-0/+4
| | | | | | | | | | | | Even in this form it is useful: it can detect branch instructions. https://github.com/google/sanitizers/issues/706 Subscribers: aemerson, rengolin Differential Revision: https://reviews.llvm.org/D23426 llvm-svn: 278560
* [sancov] test file cleanupMike Aizatsky2016-08-121-1/+0
| | | | llvm-svn: 278556
* [sancov] MachO indirect symbols support.Mike Aizatsky2016-08-121-0/+24
| | | | | | Differential Revision: https://reviews.llvm.org/D23338 llvm-svn: 278551
* [sancov] Port sancov -print-coverage-pcs to COFFReid Kleckner2016-08-101-10/+33
| | | | | | | | | | | The export table is not considered part of the object file symbol table, so we have to look through it separately. Reviewers: kcc Differential Revision: https://reviews.llvm.org/D23321 llvm-svn: 278284
* [sancov] Run more sancov tests on non-x86-Linux machinesReid Kleckner2016-08-101-1/+1
| | | | | | | | | | | | Add the $arch-registered-target features that clang uses to disable tests that require a registered backend, so that we can run the sancov tests on Windows. LLVM's lit suite did not appear to have a per-test way to do this, and I would rather not split up the sancov tests into architecture directories. Split out of https://reviews.llvm.org/D23321 llvm-svn: 278271
* [sancov] Revert r271695 which broke all of the PPC bots.Chandler Carruth2016-06-041-0/+1
| | | | | | | | | | | Original commit message: [sancov] Run sancov tests on more platforms The only tests that need to be run on Linux are the ones that use C++ demangling. I'm assuming they will fail on Mac, since __cxa_demangle there won't handle the non-double-underscore prefixed mangled names. llvm-svn: 271763
* [sancov] Run sancov tests on more platformsReid Kleckner2016-06-031-1/+0
| | | | | | | | The only tests that need to be run on Linux are the ones that use C++ demangling. I'm assuming they will fail on Mac, since __cxa_demangle there won't handle the non-double-underscore prefixed mangled names. llvm-svn: 271695
* [sancov] using normalized filenames for blacklist checks.Mike Aizatsky2016-04-211-16/+9
| | | | | | Differential Revision: http://reviews.llvm.org/D19395 llvm-svn: 267078
* [sancov] print_coverage_points command.Mike Aizatsky2016-02-271-0/+20
Differential Revision: http://reviews.llvm.org/D17670 llvm-svn: 262104
OpenPOWER on IntegriCloud