You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[VirtualOutputBackend] Proper error reporting for FileSystem errors
Return proper llvm::Error from virtual output backend when it discovers
file system error when keep/discard. Instead of triggering the fatal
error in raw_fd_ostream, report the error_code as llvm::Error to caller.
rdar://107855318
0 commit comments