commit | 5cda1b802d11942b906eeef2019da020dde55408 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Thu Sep 06 00:06:20 2018 +0000 |
committer | Zachary Turner <zturner@google.com> | Thu Sep 06 00:06:20 2018 +0000 |
tree | 84911d9feb826d5a022d20693c3cc3c509b2070c | |
parent | 68902c7050fe5ebe2beec08931c32e72ee1de90b [diff] [blame] |
Fix some warnings. llvm-svn: 341508
diff --git a/llvm/lib/Testing/Support/SupportHelpers.cpp b/llvm/lib/Testing/Support/SupportHelpers.cpp index ce64d6e..c0f4f44 100644 --- a/llvm/lib/Testing/Support/SupportHelpers.cpp +++ b/llvm/lib/Testing/Support/SupportHelpers.cpp
@@ -32,5 +32,5 @@ Result.append((*File)->getBuffer().trim()); llvm::sys::path::append(Result, "Inputs"); llvm::sys::path::native(Result); - return std::move(Result); + return Result; }