[PATCH] D26696: Object: replace backslashes with slashes in embedded relative thin archive paths on Windows.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 13:32:39 PST 2016
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
As a side note, I like the way how Go standard library handles pathnames. In that language, '/' is always a path separator even on Windows, and that makes a lot of things much easier.
https://reviews.llvm.org/D26696
More information about the llvm-commits
mailing list