Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clang-cl treating file as a /U arg.
On MacOS, paths will likely start with /Users, but clang-cl treats /U as an argument, which leads to the source being mistaken for a flag. To avoid this, we can pass -- before the source to ensure argument parsing is disabled.
- Loading branch information