[PATCH] D53066: [Driver] Use forward slashes in most linker arguments

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 30 16:34:56 PDT 2018


rnk added a comment.

We discussed adding a new path style that opts into a / preferred separator on Windows, something like path::Style::windows_forward. All of the absolute path handling routines would behave the same, but the preferred separator would now be `/`. We can make the default path style for mingw be mingw_forward.


Repository:
  rL LLVM

https://reviews.llvm.org/D53066





More information about the cfe-commits mailing list