summaryrefslogtreecommitdiffstats
path: root/lld/include/lld
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-01-09 01:47:15 +0000
committerRui Ueyama <ruiu@google.com>2017-01-09 01:47:15 +0000
commit3e6490399e0ac56d25819470ed7e53017f25351e (patch)
treeae0c74ada8542888d7511cc3a571d0b38079e8c4 /lld/include/lld
parentec1c75e059a9917651ca39b60d58d41c8e7aecc5 (diff)
downloadbcm5719-llvm-3e6490399e0ac56d25819470ed7e53017f25351e.tar.gz
bcm5719-llvm-3e6490399e0ac56d25819470ed7e53017f25351e.zip
Define sys::path::convert_to_slash
This patch moves convertToUnixPathSeparator from LLD to LLVM. Differential Revision: https://reviews.llvm.org/D28444 llvm-svn: 291414
Diffstat (limited to 'lld/include/lld')
-rw-r--r--lld/include/lld/Core/Reproduce.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/include/lld/Core/Reproduce.h b/lld/include/lld/Core/Reproduce.h
index 1b65f763ace..6e1d36a5491 100644
--- a/lld/include/lld/Core/Reproduce.h
+++ b/lld/include/lld/Core/Reproduce.h
@@ -34,9 +34,6 @@ std::string rewritePath(StringRef S);
// Returns the string form of the given argument.
std::string toString(llvm::opt::Arg *Arg);
-
-// Replaces backslashes with slashes if Windows.
-std::string convertToUnixPathSeparator(StringRef S);
}
#endif
OpenPOWER on IntegriCloud