summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Aizatsky <aizatsky@chromium.org>2016-02-19 20:47:25 +0000
committerMike Aizatsky <aizatsky@chromium.org>2016-02-19 20:47:25 +0000
commit361a7bb338fdf97dab2823550b512a75d610fafa (patch)
treed88bc5ce7b88b59713f5531301a6562d74701f77
parent3d731c5e4469f4b34f3fd36010827214f67acc91 (diff)
downloadbcm5719-llvm-361a7bb338fdf97dab2823550b512a75d610fafa.tar.gz
bcm5719-llvm-361a7bb338fdf97dab2823550b512a75d610fafa.zip
[sancov] requiring dynamic asan.
llvm-svn: 261362
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/coverage_html_report.cc2
1 files changed, 1 insertions, 1 deletions
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 777d7683881..78fbfb37240 100644
--- a/compiler-rt/test/asan/TestCases/Linux/coverage_html_report.cc
+++ b/compiler-rt/test/asan/TestCases/Linux/coverage_html_report.cc
@@ -1,4 +1,4 @@
-// REQUIRES: has_sancovcc, x86_64-linux
+// REQUIRES: has_sancovcc, x86_64-linux, asan-dynamic-runtime
// RUN: %clangxx_asan_static -fsanitize-coverage=func %s -o %t
// RUN: rm -rf %T/coverage_html_report
// RUN: mkdir -p %T/coverage_html_report
OpenPOWER on IntegriCloud