[PATCH] support: add a utility function to canonicalise path separators
Saleem Abdulrasool
abdulras at fb.com
Thu Mar 6 15:10:07 PST 2014
================
Comment at: lib/Support/Path.cpp:834
@@ -821,1 +833,3 @@
+}
+
error_code create_directories(const Twine &Path, bool IgnoreExisting) {
----------------
David Majnemer wrote:
> This should be implemented in Unix/Path.inc and Windows/Path.inc, an #ifdef for an entire implementation is not appropriate.
I thought that existed, but I couldnt find it. Apparently, I was looking in the wrong directory. Thanks for the pointer to the subdirectory!
http://llvm-reviews.chandlerc.com/D2995
More information about the llvm-commits
mailing list