forked from OSchip/llvm-project
[tsan] Mark dl_iterate_phdr.cc test as unsupported on OS X
The dl_iterate_phdr is not present on OS X. Differential Revision: http://reviews.llvm.org/D14643 llvm-svn: 253076
This commit is contained in:
parent
770dac4382
commit
6c0b367297
|
@ -3,6 +3,9 @@
|
|||
|
||||
// If we mention TSAN_OPTIONS, the test won't run from test_output.sh script.
|
||||
|
||||
// dl_iterate_phdr doesn't exist on OS X.
|
||||
// UNSUPPORTED: darwin
|
||||
|
||||
#ifdef BUILD_SO
|
||||
|
||||
#include "test.h"
|
||||
|
|
Loading…
Reference in New Issue