[all-commits] [llvm/llvm-project] bc70ba: Use add_llvm_install_targets for install-llvmlibc

Jeff Bailey via All-commits all-commits at lists.llvm.org
Mon Jul 4 10:18:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bc70ba814dc170a42a85972aba7ed116e244dff8
      https://github.com/llvm/llvm-project/commit/bc70ba814dc170a42a85972aba7ed116e244dff8
  Author: Jeff Bailey <jeffbailey at google.com>
  Date:   2022-07-04 (Mon, 04 Jul 2022)

  Changed paths:
    M libc/lib/CMakeLists.txt

  Log Message:
  -----------
  Use add_llvm_install_targets for install-llvmlibc

Using the LLVM rules for install ensures that DESTDIR and other expected
variables for an LLVM install work correctly.

Tested:
Manually with DESTDIR=/tmp/testinstall/ ninja install-llvmlibc

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D129041




More information about the All-commits mailing list