From dd862f9106199ce2dd04ebc93e9bfd203465c1ee Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Wed, 21 Jun 2017 19:04:59 +0000 Subject: [PATCH] [sanitizer-coverage] Stop marking this test as unsupported on Darwin The bug that was causing this to fail was fixed in r305429. llvm-svn: 305942 --- .../TestCases/sanitizer_coverage_inline8bit_counter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc index 1a4ad1f066d9..b7246ebf2751 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc @@ -1,7 +1,7 @@ // Tests -fsanitize-coverage=inline-8bit-counters // // REQUIRES: has_sancovcc,stable-runtime -// UNSUPPORTED: i386-darwin, x86_64-darwin, x86_64h-darwin +// UNSUPPORTED: i386-darwin // // RUN: %clangxx -O0 %s -fsanitize-coverage=inline-8bit-counters 2>&1