[all-commits] [llvm/llvm-project] e5edd7: [libc] Add a target to install libc in the full bu...

Siva Chandra via All-commits all-commits at lists.llvm.org
Wed Aug 17 15:49:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5edd74bb77e55bd865d14528fc5022740c2336e
      https://github.com/llvm/llvm-project/commit/e5edd74bb77e55bd865d14528fc5022740c2336e
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-08-17 (Wed, 17 Aug 2022)

  Changed paths:
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCHeaderRules.cmake
    M libc/cmake/modules/LLVMLibCRules.cmake
    M libc/include/CMakeLists.txt
    M libc/lib/CMakeLists.txt

  Log Message:
  -----------
  [libc] Add a target to install libc in the full build mode.

* In the full build mode, `ninja install-libc` will install the headers as
  well the static archive named libc.a.
* In the default mode, `ninja install-llvmlibc` will only install the
  static archive libllvmlibc.a.

Reviewed By: jeffbailey

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




More information about the All-commits mailing list