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.
fatalError
1 parent d663923 commit d3e28c1Copy full SHA for d3e28c1
stdlib/public/Concurrency/Mutex.cpp
@@ -18,3 +18,8 @@
18
#ifdef SWIFT_STDLIB_SINGLE_THREADED_RUNTIME
19
#include "swift/Runtime/MutexSingleThreaded.h"
20
#endif
21
+
22
+__attribute__ ((weak))
23
+SWIFT_NORETURN void swift::fatalError(uint32_t flags, const char *format, ...) {
24
+ abort();
25
+}
0 commit comments