[all-commits] [llvm/llvm-project] 73f8aa: [libc][NFC] Fix missing dep in bazel (#73854)
michaelrj-google via All-commits
all-commits at lists.llvm.org
Wed Nov 29 13:20:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73f8aa01d8b60bf4323359a9e2d45e68395ac290
https://github.com/llvm/llvm-project/commit/73f8aa01d8b60bf4323359a9e2d45e68395ac290
Author: michaelrj-google <71531609+michaelrj-google at users.noreply.github.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][NFC] Fix missing dep in bazel (#73854)
Patch #73469 added a dependency from __support/bit.h to
__support/CPP/type_traits.h, but didn't add a dependency in the bazel.
This caused downstream build failures. This patch fixes the missing
dependency.
More information about the All-commits
mailing list