1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[llvm-ar][NFC] Fix buildbot

llvm-svn: 368578
This commit is contained in:
Jordan Rupprecht 2019-08-12 14:21:51 +00:00
parent 0d351d4f7c
commit 31f94d2127

View File

@ -476,7 +476,7 @@ static void doDisplayTable(StringRef Name, const object::Archive::Child &C) {
static std::string normalizePath(StringRef Path) {
return CompareFullPath ? sys::path::convert_to_slash(Path)
: sys::path::filename(Path);
: std::string(sys::path::filename(Path));
}
// Implement the 'x' operation. This function extracts files back to the file