[PATCH] D136573: [llvm] [cmake] Silence GNUInstallDirs warning in LLVMInstallSymlink

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 23:34:24 PDT 2022


mgorny added a comment.

In D136573#3881567 <https://reviews.llvm.org/D136573#3881567>, @MaskRay wrote:

> What's the cmake configure command and `ninja` target to trigger the warning?

I've noticed it while installing LLD standalone, so in my case it was:

  cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr/lib/llvm/16 -DBUILD_SHARED_LIBS=ON -DLLVM_INCLUDE_TESTS=no -DCMAKE_BUILD_TYPE=RelWithDebInfo ../lld
  ninja -v -j12
  ninja -v -j12 install


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

https://reviews.llvm.org/D136573



More information about the llvm-commits mailing list