mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-29 08:31:13 +00:00
[libcxx] Have lexically_normal return the path with preferred separators
Differential Revision: https://reviews.llvm.org/D91179
This commit is contained in:
parent
5b250a27ec
commit
513463fd26
@ -1717,6 +1717,7 @@ path path::lexically_normal() const {
|
||||
if (NeedTrailingSep)
|
||||
Result /= PS("");
|
||||
|
||||
Result.make_preferred();
|
||||
return Result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user