Skip to content

Commit 2b30943

Browse files
Update lib/Interpreter/Paths.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7af95b commit 2b30943

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Interpreter/Paths.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,9 @@ bool SplitPaths(llvm::StringRef PathStr,
295295
return false;
296296
} else if (Mode == kAllowNonExistent)
297297
Paths.push_back(Split.first);
298+
else if (Verbose)
299+
} if (Mode == kAllowNonExistent)
300+
Paths.push_back(Split.first);
298301
else if (Verbose)
299302
LogNonExistentDirectory(Split.first);
300303
} else

0 commit comments

Comments
 (0)