This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Call create_directory_symlink when linking directories
ClosedPublic

Authored by mstorsjo on Feb 19 2021, 2:23 PM.

Details

Summary

This makes the symlinks work properly on windows.

A similar round of cleanup was done in c41bda7f5fc26e4602a029646991d6a5c59cb365, but these tests were added after that.

Diff Detail

Event Timeline

mstorsjo created this revision.Feb 19 2021, 2:23 PM
mstorsjo requested review of this revision.Feb 19 2021, 2:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 19 2021, 2:23 PM
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald Transcript
ldionne accepted this revision.Feb 19 2021, 2:51 PM
This revision is now accepted and ready to land.Feb 19 2021, 2:51 PM
mstorsjo updated this revision to Diff 325197.Feb 20 2021, 5:57 AM
mstorsjo removed rG LLVM Github Monorepo as the repository for this revision.
mstorsjo set the repository for this revision to rG LLVM Github Monorepo.

Rebased, retry CI.