This is an archive of the discontinued LLVM Phabricator instance.

[23/N] [libcxx] Have lexically_normal return the path with preferred separators
ClosedPublic

Authored by mstorsjo on Nov 10 2020, 8:48 AM.

Diff Detail

Event Timeline

mstorsjo created this revision.Nov 10 2020, 8:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 10 2020, 8:48 AM
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald Transcript
amccarth accepted this revision.Dec 11 2020, 11:44 AM

Not pushing this one through CI right now, to save on CI time a bit, as it's rather trivial. On non-windows platforms, make_preferred() is a nop, so this should be safe for other platforms.

mstorsjo updated this revision to Diff 324212.Feb 16 2021, 11:49 PM
mstorsjo set the repository for this revision to rG LLVM Github Monorepo.

Retrigger CI

ldionne accepted this revision.Feb 19 2021, 11:00 AM
This revision is now accepted and ready to land.Feb 19 2021, 11:00 AM