diff options
-rw-r--r-- | llvm/lib/System/Unix/Path.inc | 2 |
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) |