[PATCH] D111880: [Support] [Windows] Convert paths to the preferred form

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 15 04:50:40 PDT 2021


mstorsjo created this revision.
mstorsjo added reviewers: rnk, thakis.
Herald added subscribers: dexonsmith, hiraditya.
mstorsjo requested review of this revision.
Herald added a project: LLVM.

This normalizes most paths (except ones input from the user as command
line arguments) into the preferred form, if `real_style()` evaluates to
`Windows_forward`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111880

Files:
  llvm/lib/Support/Windows/Path.inc
  llvm/lib/Support/Windows/Process.inc
  llvm/lib/Support/Windows/Program.inc
  llvm/unittests/Support/CommandLineTest.cpp
  llvm/unittests/Support/Path.cpp
  llvm/unittests/Support/ProgramTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111880.379971.patch
Type: text/x-patch
Size: 7751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211015/94db2d5c/attachment.bin>


More information about the llvm-commits mailing list