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:
parent
0d351d4f7c
commit
31f94d2127
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user