[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
This commit is contained in:
Mike Aizatsky 2016-12-13 01:10:21 +00:00
parent a31300e789
commit e20a4c8859
1 changed files with 1 additions and 1 deletions

View File

@ -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