Skip to content

Commit 541544a

Browse files
author
git apple-llvm automerger
committed
Merge commit '96413995d485' from llvm.org/main into next
2 parents c73468b + 9641399 commit 541544a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Support/VirtualOutputBackendsTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,9 +559,9 @@ Error OnDiskOutputBackendProvider::checkKept(StringRef FilePath,
559559
if (Error E = lookupFileInfo(FilePath, Info))
560560
return E;
561561

562+
#ifndef _WIN32
562563
sys::fs::UniqueID UID =
563564
shouldUseTemporaries(*Info) ? *Info->TempUID : *Info->UID;
564-
#ifndef _WIN32
565565
if (!Info->F->hasUniqueID(UID))
566566
return createStringError(inconvertibleErrorCode(),
567567
"File not created by keep or changed UID");

0 commit comments

Comments
 (0)