From e20a4c8859edecdced8957d24bb57e838c3055fe Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 13 Dec 2016 01:10:21 +0000 Subject: [PATCH] [sanitizers] trace-pc-guard doesn't work on mac as well fatal error: error in backend: Global variable '__sancov_gen_' has an invalid section specifier '__sancov_guards': mach-o section specifier requires a segment and section separated by a comma. llvm-svn: 289507 --- .../TestCases/sanitizer_coverage_trace_pc_guard.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc index 40c32d1188d9..ffc543966532 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc @@ -1,7 +1,7 @@ // Tests trace pc guard coverage collection. // // REQUIRES: has_sancovcc -// XFAIL: tsan,arm,aarch64 +// XFAIL: tsan,arm,aarch64,darwin // // RUN: DIR=%t_workdir // RUN: rm -rf $DIR