forked from OSchip/llvm-project
[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:
parent
6bdbcbb3d9
commit
731942565b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue