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.
1 parent a08d642 commit 477849fCopy full SHA for 477849f
stdlib/public/Concurrency/LinkCompatibilityShims.cpp
@@ -12,7 +12,7 @@
12
// This file provides link compatibility shims to work through some ABI
13
// changes.
14
//===----------------------------------------------------------------------===//
15
-#include "../public/SwiftShims/Visibility.h"
+#include "swift/Runtime/Config.h"
16
17
#define OLD_SYMBOL(NAME) \
18
SWIFT_EXPORT_FROM(swift_Concurrency) extern "C" void const * const NAME = nullptr;
0 commit comments