summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/System/Unix/Path.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Unix/Path.inc b/llvm/lib/System/Unix/Path.inc
index 44c81a2f3f9..254d4de803f 100644
--- a/llvm/lib/System/Unix/Path.inc
+++ b/llvm/lib/System/Unix/Path.inc
@@ -79,7 +79,7 @@ using namespace sys;
const char sys::PathSeparator = ':';
StringRef Path::GetEXESuffix() {
- return "";
+ return StringRef();
}
Path::Path(StringRef p)
OpenPOWER on IntegriCloud