We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bcd012 + aad7ad0 commit be2d00bCopy full SHA for be2d00b
stdlib/public/Concurrency/Actor.cpp
@@ -34,7 +34,14 @@
34
#include "swift/Runtime/ThreadLocalStorage.h"
35
#include "swift/ABI/Task.h"
36
#include "swift/ABI/Actor.h"
37
+#ifndef SWIFT_CONCURRENCY_BACK_DEPLOYMENT
38
#include "llvm/Config/config.h"
39
+#else
40
+// All platforms where we care about back deployment have a known
41
+// configurations.
42
+#define HAVE_PTHREAD_H 1
43
+#define SWIFT_OBJC_INTEROP 1
44
+#endif
45
#include "llvm/ADT/PointerIntPair.h"
46
#include "TaskPrivate.h"
47
#include "VoucherSupport.h"
0 commit comments