We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c308a commit f5327fdCopy full SHA for f5327fd
compiler-rt/test/tsan/Darwin/mach_vm_allocate.c
@@ -3,6 +3,8 @@
3
// RUN: %clang_tsan %s -o %t
4
// RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer'
5
6
+// REQUIRES: rdar57844626
7
+
8
#include <mach/mach.h>
9
#include <mach/mach_vm.h>
10
#include <pthread.h>
0 commit comments