From 731942565b3a0f4221a863699dc1108d7fa2a08a Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Fri, 19 Feb 2016 18:46:30 +0000 Subject: [PATCH] [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 --- compiler-rt/test/asan/TestCases/Linux/coverage_html_report.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/asan/TestCases/Linux/coverage_html_report.cc b/compiler-rt/test/asan/TestCases/Linux/coverage_html_report.cc index b019680..777d768 100644 --- a/compiler-rt/test/asan/TestCases/Linux/coverage_html_report.cc +++ b/compiler-rt/test/asan/TestCases/Linux/coverage_html_report.cc @@ -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 -- 2.7.4