sammccall added a comment.

> As far as Windows accepts forward and back slashes

Note we don't rely on windows itself for this support.
All access through `llvm::sys::fs` APIs on windows ultimately goes through 
`widenPath` to convert to UTF-16, and this substitutes slashes.
So LLVM tools do always support `/` on windows and it's fairly common to rely 
on this for tests (abstraction is hard in lit tests).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88721/new/

https://reviews.llvm.org/D88721

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to