forked from OSchip/llvm-project
parent
a2992311a2
commit
a027d33949
|
@ -59,7 +59,7 @@ static cl::TokenizerCallback getQuotingStyle(opt::InputArgList &Args) {
|
|||
return cl::TokenizeWindowsCommandLine;
|
||||
return cl::TokenizeGNUCommandLine;
|
||||
}
|
||||
if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32)
|
||||
if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32)
|
||||
return cl::TokenizeWindowsCommandLine;
|
||||
return cl::TokenizeGNUCommandLine;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue