]> granicus.if.org Git - llvm/commit
Define sys::path::convert_to_slash
authorRui Ueyama <ruiu@google.com>
Mon, 9 Jan 2017 01:47:15 +0000 (01:47 +0000)
committerRui Ueyama <ruiu@google.com>
Mon, 9 Jan 2017 01:47:15 +0000 (01:47 +0000)
commitd9a8ccc22673c80adc9256bbf9c25ae6cd7d3c6c
tree795cfc0a80aaefa65790ec67b1819c1f5c196427
parent8839e0c24030a76151a39c6098f1e6a2e39e1898
Define sys::path::convert_to_slash

This patch moves convertToUnixPathSeparator from LLD to LLVM.

Differential Revision: https://reviews.llvm.org/D28444

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291414 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Path.h
lib/Support/Path.cpp
lib/Support/TarWriter.cpp