[PATCH] D71951: [CMake] Pass symlink dependency to add_llvm_install_targets explicitly

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 27 16:37:38 PST 2019


phosek added a comment.

As an alternative, I've also considered iterating over all dependencies inside `add_llvm_install_targets` and see if the prefix of that target is `install-` and handling it specially, but that seems like a more error prone solution.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71951





More information about the llvm-commits mailing list