Skip to content

Commit 50a7686

Browse files
author
Tony Tao
committed
syntax fix
1 parent 5472947 commit 50a7686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/VirtualOutputBackends.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Error OnDiskOutputFile::tryToCreateTemporary(std::optional<int> &FD) {
278278
OF |= sys::fs::OF_Append;
279279
if (std::error_code EC =
280280
sys::fs::createUniqueFile(ModelPath, NewFD, UniquePath, OF))
281-
return make_error<TempFileOutputError>(ModelPath, OutputPath, EC);
281+
return make_error<TempFileOutputError>(ModelPath, OutputPath, EC);
282282

283283
if (Config.getDiscardOnSignal())
284284
sys::RemoveFileOnSignal(UniquePath);

0 commit comments

Comments
 (0)