mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Updated F_Text and F_Append
These enum cases were also updated to OF_Text and OF_Append.
This commit is contained in:
@@ -35,7 +35,7 @@ std::string MigrationState::getOutputText() const {
|
||||
static bool quickDumpText(StringRef OutFilename, StringRef Text) {
|
||||
std::error_code Error;
|
||||
llvm::raw_fd_ostream FileOS(OutFilename,
|
||||
Error, llvm::sys::fs::F_Text);
|
||||
Error, llvm::sys::fs::OF_Text);
|
||||
if (FileOS.has_error()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user