[all-commits] [llvm/llvm-project] 3d9d77: [bzl] Reduce the `deps` size of libc's shared_math...

DeanSturtevant1 via All-commits all-commits at lists.llvm.org
Wed May 27 10:56:39 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d9d776b29c9d1b44ee4f87dd1311bbf85af1ca3
      https://github.com/llvm/llvm-project/commit/3d9d776b29c9d1b44ee4f87dd1311bbf85af1ca3
  Author: DeanSturtevant1 <dsturtevant at google.com>
  Date:   2026-05-27 (Wed, 27 May 2026)

  Changed paths:
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
    M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

  Log Message:
  -----------
  [bzl] Reduce the `deps` size of libc's shared_math_header library. (#200006)

There were ~500 of them, which can cause build analysis/metric issues.
Glob the private headers in use, retaining only the support libraries
that have source code.
Make it a cc_library instead of a libc_header_library. Rename it
"apfloat_shared_math_headers" to clarify its limited use case.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list