[PATCH] D101070: Make `llvm_install_symlink` robust with respect to absolute dirs.

2022-01-20 Thread John Ericson via Phabricator via cfe-commits
Ericson2314 updated this revision to Diff 401784. Ericson2314 added a comment. Much simpler now Code taken from D99484 and then to D117419 and now to here. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION ht

[PATCH] D101070: Make `llvm_install_symlink` robust with respect to absolute dirs.

2021-12-27 Thread John Ericson via Phabricator via cfe-commits
Ericson2314 updated this revision to Diff 396339. Ericson2314 added a comment. Herald added a project: Flang. 1. Updating D101070 : Make `llvm_install_symlink` robust with respect to absolute dirs. # 2. Enter a brief description of the changes included in this

[PATCH] D101070: Make `llvm_install_symlink` robust with respect to absolute dirs.

2021-04-22 Thread John Ericson via Phabricator via cfe-commits
Ericson2314 created this revision. Herald added a subscriber: mgorny. Ericson2314 requested review of this revision. Herald added projects: clang, LLVM. Herald added subscribers: llvm-commits, cfe-commits. If `CMAKE_INSTALL_BINDIR` is a different absolute path per project, as it is with NixOS when