This is an archive of the discontinued LLVM Phabricator instance.

Use LLVM_USE_SYMLINKS option in install_symlink
ClosedPublic

Authored by michaelplatings on Mar 6 2023, 3:29 PM.

Details

Summary

The change to potentially use symlinks on Windows was added in
https://reviews.llvm.org/D99170.

LLVM_USE_SYMLINKS was added more recently in
https://reviews.llvm.org/D135578 and allows specifying at configure time
whether or not symlinks should be created. The benefit of using this
option is it allows building the package on a symlink-capable Windows
machine with symlinks disabled so that the resulting package can be used
on a Windows machine that doesn't support symlinks.

Diff Detail

Event Timeline

michaelplatings created this revision.Mar 6 2023, 3:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 6 2023, 3:29 PM
michaelplatings requested review of this revision.Mar 6 2023, 3:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 6 2023, 3:29 PM
phosek accepted this revision.Mar 7 2023, 11:05 PM

LGTM

This revision is now accepted and ready to land.Mar 7 2023, 11:05 PM
This revision was automatically updated to reflect the committed changes.