summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Aizatsky <aizatsky@chromium.org>2016-02-19 18:46:30 +0000
committerMike Aizatsky <aizatsky@chromium.org>2016-02-19 18:46:30 +0000
commit22b4dccf3526f06e5c5abd567b7a219045eb2904 (patch)
tree10667c7fdf25a4d41b07d3e34ef27959df329996 /test
parentb15a59c99e8c9d967096e831e2f275ec039f1a39 (diff)
[sancov] using static asan
We are not able to recover coverage points from dynamically linked binaries at this point without symbols in @plt tables. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@261352 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/asan/TestCases/Linux/coverage_html_report.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Linux/coverage_html_report.cc b/test/asan/TestCases/Linux/coverage_html_report.cc
index b01968074..777d76838 100644
--- a/test/asan/TestCases/Linux/coverage_html_report.cc
+++ b/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