Skip to content

Commit deb3f9c

Browse files
authored
Update DependencyScanningTool.cpp
1 parent 0d45e86 commit deb3f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DependencyScan/DependencyScanningTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ llvm::ErrorOr<swiftscan_string_ref_t> getTargetInfo(ArrayRef<const char *> Comma
4444
llvm::StringSaver Saver(Alloc);
4545
// Ensure that we use the Windows command line parsing on Windows as we need
4646
// to ensure that we properly handle paths.
47-
if (llvm::Triple(llvm::sys::getProcessTriple()).isOSwindows())
47+
if (llvm::Triple(llvm::sys::getProcessTriple()).isOSWindows())
4848
llvm::cl::TokenizeWindowsCommandLine(CommandString, Saver, Args);
4949
else
5050
llvm::cl::TokenizeGNUCommandLine(CommandString, Saver, Args);

0 commit comments

Comments
 (0)