Files
swift-mirror/stdlib/public/LLVMSupport/ErrorHandling.cpp
Saleem Abdulrasool 0637e17957 runtime: improve error handling path for the runtime
Rather than use `fprintf` for the error handling path use the platform
specific error handling systems (`asl_log`, `__android_log_printf`) if
available.  The standard file streams are not available on all platforms
(e.g. Android).
2020-05-20 16:03:14 +00:00

3.0 KiB