summaryrefslogtreecommitdiffstats
path: root/lld/include/lld
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-01-06 19:01:49 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-01-06 19:01:49 +0000
commit1d1f692158f0cd3f42919b5287ca60a54178199b (patch)
tree0c8e29a552318657a1d4faf8ea5d5fd98060fb28 /lld/include/lld
parent8d4aa10960ab32d3e8eba8c3d7637e69eb8c02ac (diff)
downloadbcm5719-llvm-1d1f692158f0cd3f42919b5287ca60a54178199b.tar.gz
bcm5719-llvm-1d1f692158f0cd3f42919b5287ca60a54178199b.zip
Revert r291221.
Should bring back the windows bots. llvm-svn: 291263
Diffstat (limited to 'lld/include/lld')
-rw-r--r--lld/include/lld/Core/Reproduce.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/include/lld/Core/Reproduce.h b/lld/include/lld/Core/Reproduce.h
index 6e1d36a5491..1b65f763ace 100644
--- a/lld/include/lld/Core/Reproduce.h
+++ b/lld/include/lld/Core/Reproduce.h
@@ -34,6 +34,9 @@ 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