[PATCH] D23321: [sancov] Port sancov -print-coverage-pcs to COFF

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 08:15:21 PDT 2016


rnk created this revision.
rnk added reviewers: aizatsky, kcc.
rnk added a subscriber: llvm-commits.

The export table is not considered part of the object file symbol table,
so we have to look through it separately.

Also 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.

https://reviews.llvm.org/D23321

Files:
  test/lit.cfg
  test/tools/sancov/print_coverage_pcs.test
  tools/sancov/sancov.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23321.67352.patch
Type: text/x-patch
Size: 4277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160809/cca88ba5/attachment.bin>


More information about the llvm-commits mailing list