mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Always use / as the path separator.
It is not clear if it is worth the complexity to use \ on windows. This should fix the bots. llvm-svn: 288616
This commit is contained in:
parent
d9678b418b
commit
1343951a4e
@ -362,7 +362,7 @@ static void doDisplayTable(StringRef Name, const object::Archive::Child &C) {
|
||||
|
||||
if (C.getParent()->isThin()) {
|
||||
outs() << sys::path::parent_path(ArchiveName);
|
||||
outs() << sys::path::get_separator();
|
||||
outs() << '/';
|
||||
}
|
||||
outs() << Name << "\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user