[sancov] using static asan

We are not able to recover coverage points from dynamically linked
binaries at this point without symbols in @plt tables.

llvm-svn: 261352
This commit is contained in:
Mike Aizatsky 2016-02-19 18:46:30 +00:00
parent 6bdbcbb3d9
commit 731942565b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// REQUIRES: has_sancovcc, x86_64-linux
// RUN: %clangxx_asan -fsanitize-coverage=func %s -o %t
// RUN: %clangxx_asan_static -fsanitize-coverage=func %s -o %t
// RUN: rm -rf %T/coverage_html_report
// RUN: mkdir -p %T/coverage_html_report
// RUN: cd %T/coverage_html_report