[compiler-rt] r261362 - [sancov] requiring dynamic asan.
Mike Aizatsky via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 19 12:47:25 PST 2016
Author: aizatsky
Date: Fri Feb 19 14:47:25 2016
New Revision: 261362
URL: http://llvm.org/viewvc/llvm-project?rev=261362&view=rev
Log:
[sancov] requiring dynamic asan.
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/coverage_html_report.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/coverage_html_report.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/coverage_html_report.cc?rev=261362&r1=261361&r2=261362&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/coverage_html_report.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/coverage_html_report.cc Fri Feb 19 14:47:25 2016
@@ -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
More information about the llvm-commits
mailing list