summaryrefslogtreecommitdiffstats
path: root/lld/include/lld
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-01-06 09:38:43 +0000
committerRui Ueyama <ruiu@google.com>2017-01-06 09:38:43 +0000
commitdac6169214760886e974b622eda38c25af353fcb (patch)
tree2a5078d90870a6417c172975810da44c74f6ee08 /lld/include/lld
parent927ec4b5ace874af77dd0ff9b7580fe5f29884ee (diff)
downloadbcm5719-llvm-dac6169214760886e974b622eda38c25af353fcb.tar.gz
bcm5719-llvm-dac6169214760886e974b622eda38c25af353fcb.zip
Remove lld::convertToUnixPathSeparator.
Now TarWriter takes care of path separator conversion, so we don't need to handle that in LLD. llvm-svn: 291221
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 314cb8c9471..12bbf06466f 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 stringize(llvm::opt::Arg *Arg);
-
-// Replaces backslashes with slashes if Windows.
-std::string convertToUnixPathSeparator(StringRef S);
}
#endif
OpenPOWER on IntegriCloud