diff options
| author | Mike Aizatsky <aizatsky@chromium.org> | 2016-02-19 20:47:25 +0000 |
|---|---|---|
| committer | Mike Aizatsky <aizatsky@chromium.org> | 2016-02-19 20:47:25 +0000 |
| commit | 361a7bb338fdf97dab2823550b512a75d610fafa (patch) | |
| tree | d88bc5ce7b88b59713f5531301a6562d74701f77 | |
| parent | 3d731c5e4469f4b34f3fd36010827214f67acc91 (diff) | |
| download | bcm5719-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.cc | 2 |
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 |

