[PATCH] D87732: [Support] Provide sys::path::guess_style

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 17:10:53 PDT 2020


phosek added a comment.

I had to revert D87657 <https://reviews.llvm.org/D87657> because it broke several tests: the normalization resulted in slashes being converted to native format, but that's incorrect. I'd like to use this function to instead determine the style from the path inside the debug info.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87732



More information about the llvm-commits mailing list