[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:
Kuba Brecka 2015-11-13 20:40:02 +00:00
parent 770dac4382
commit 6c0b367297
1 changed files with 3 additions and 0 deletions

View File

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