[compiler-rt] r289507 - [sanitizers] trace-pc-guard doesn't work on mac as well
Mike Aizatsky via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 17:10:21 PST 2016
Author: aizatsky
Date: Mon Dec 12 19:10:21 2016
New Revision: 289507
URL: http://llvm.org/viewvc/llvm-project?rev=289507&view=rev
Log:
[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.
Modified:
compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc
Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc?rev=289507&r1=289506&r2=289507&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc Mon Dec 12 19:10:21 2016
@@ -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
More information about the llvm-commits
mailing list