[PATCH] D51918: [Support] sys::fs::directory_entry includes the file_type.

Benjamin Kramer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 12 10:51:09 PDT 2018


bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.

lg



================
Comment at: lib/Support/Unix/Path.inc:708
+  // Other platforms such as Solaris require a stat() to get the type.
+    return file_type::type_unknown;
+  #endif
----------------
Funky formatting


Repository:
  rL LLVM

https://reviews.llvm.org/D51918





More information about the llvm-commits mailing list