[all-commits] [llvm/llvm-project] f4c8fd: [libc][NFC] Use add_library instead of add_llvm_li...

Siva Chandra via All-commits all-commits at lists.llvm.org
Tue Jun 8 16:15:55 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4c8fd12d58ed93c447081fd8f499fb503da12ff
      https://github.com/llvm/llvm-project/commit/f4c8fd12d58ed93c447081fd8f499fb503da12ff
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
    M libc/utils/FPUtil/CMakeLists.txt
    M libc/utils/UnitTest/CMakeLists.txt
    M libc/utils/testutils/CMakeLists.txt

  Log Message:
  -----------
  [libc][NFC] Use add_library instead of add_llvm_library for a few libraries.

These libraries do not depend on LLVM libraries anymore so they do not
have to be added using add_llvm_library.




More information about the All-commits mailing list