forked from OSchip/llvm-project
[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:
parent
a31300e789
commit
e20a4c8859
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue