[PATCH] D64301: Use `ln -n` to prevent forming a symlink cycle, instead of rm'ing the source
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 26 08:25:36 PDT 2019
hubert.reinterpretcast added a comment.
`ln -n` is not a standard option that is portably supported. I'll be restoring the use of `rm` (with `-f` instead of `-rf`) and the associated comment for removing `%t.fake`.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64301/new/
https://reviews.llvm.org/D64301
More information about the cfe-commits
mailing list