This is an archive of the discontinued LLVM Phabricator instance.

[clang-format][NFC] Change duplicate config files to symlinks
AbandonedPublic

Authored by owenpan on Aug 30 2023, 3:32 PM.

Diff Detail

Event Timeline

owenpan created this revision.Aug 30 2023, 3:32 PM
Herald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptAug 30 2023, 3:32 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
owenpan requested review of this revision.Aug 30 2023, 3:32 PM
This revision is now accepted and ready to land.Aug 31 2023, 2:05 AM

out of interest what happens on windows?

owenpan abandoned this revision.Sep 2 2023, 4:06 PM

It seems that git doesn't recreate symbolic links by default on Windows. (See e.g. clang/test/Driver/Inputs/CUDA-symlinks/usr/bin/ptxas.) I'll abandon this patch.