We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d45e86 commit deb3f9cCopy full SHA for deb3f9c
lib/DependencyScan/DependencyScanningTool.cpp
@@ -44,7 +44,7 @@ llvm::ErrorOr<swiftscan_string_ref_t> getTargetInfo(ArrayRef<const char *> Comma
44
llvm::StringSaver Saver(Alloc);
45
// Ensure that we use the Windows command line parsing on Windows as we need
46
// to ensure that we properly handle paths.
47
- if (llvm::Triple(llvm::sys::getProcessTriple()).isOSwindows())
+ if (llvm::Triple(llvm::sys::getProcessTriple()).isOSWindows())
48
llvm::cl::TokenizeWindowsCommandLine(CommandString, Saver, Args);
49
else
50
llvm::cl::TokenizeGNUCommandLine(CommandString, Saver, Args);
0 commit comments