[all-commits] [llvm/llvm-project] 8c2e66: [libc] [NFC] Split the CMake rules into multiple f...

Siva Chandra via All-commits all-commits at lists.llvm.org
Tue Apr 21 09:27:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8c2e66226fb74114fc0e57f239721065d800d33f
      https://github.com/llvm/llvm-project/commit/8c2e66226fb74114fc0e57f239721065d800d33f
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2020-04-21 (Tue, 21 Apr 2020)

  Changed paths:
    A libc/cmake/modules/LLVMLibCHeaderRules.cmake
    A libc/cmake/modules/LLVMLibCLibraryRules.cmake
    A libc/cmake/modules/LLVMLibCObjectRules.cmake
    M libc/cmake/modules/LLVMLibCRules.cmake
    A libc/cmake/modules/LLVMLibCTestRules.cmake

  Log Message:
  -----------
  [libc] [NFC] Split the CMake rules into multiple files.

Summary:
The single file was getting too long to be convenient to navigate. This
patch splits it up two into 4 files one each for header rules,
object rules, library rules, and test rules.

Reviewers: abrachet, alexshap

Subscribers: mgorny, tschuett, libc-commits

Tags: #libc-project

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




More information about the All-commits mailing list