Commit Graph

1 Commits

Author SHA1 Message Date
Alex Hoppen
cfea67276d Add logic to split command line arguments on Windows
Previously, we were splitting command line arguments on Windows using the same rules as on Unix, which was incorrect, most importantly because backslashes in the first component of a Windows command line invocation are not escaping anything but interpreted verbatim.

Fixes #1020
rdar://120809063
2024-01-17 22:14:28 -08:00