[compiler-rt] r259012 - putting requires on one line - ppc still executes my tests.
Mike Aizatsky via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 27 18:24:36 PST 2016
Author: aizatsky
Date: Wed Jan 27 20:24:35 2016
New Revision: 259012
URL: http://llvm.org/viewvc/llvm-project?rev=259012&view=rev
Log:
putting requires on one line - ppc still executes my tests.
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=259012&r1=259011&r2=259012&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 Wed Jan 27 20:24:35 2016
@@ -1,5 +1,4 @@
-// REQUIRES: has_sancovcc
-// REQUIRES: x86_64-linux
+// REQUIRES: has_sancovcc, x86_64-linux
// RUN: %clangxx_asan -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