[PATCH] D95666: [CMake] Remove some dead code in llvm_install_library_symlink()

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 29 08:49:54 PST 2021


tstellar added a comment.

In D95666#2530176 <https://reviews.llvm.org/D95666#2530176>, @serge-sans-paille wrote:

> I'm 100% in favor of removing code, but can you explain why it's dead?

All calls to llvm_install_library_symlink() passed the ALWAYS_GENERATE argument, so the condition was always false.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95666/new/

https://reviews.llvm.org/D95666



More information about the llvm-commits mailing list