Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2022-10-24 13:33:58 +0300
committerGuillaume Chatelet <gchatelet@google.com>2022-10-24 13:34:05 +0300
commit0e0c82bbfedb29747f02e7f36e19b4f6ef529aee (patch)
tree2f005f9f8f4e98275511606b6db54b6c29b9757b /utils
parentd7917fdc0fd25dd032838b781c74e15d7c17400c (diff)
[libc] Fix BUILD.bazel missing dependency
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/libc/BUILD.bazel3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index afa37d6a5bba..2a81792db347 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -1003,9 +1003,10 @@ cc_library(
],
deps = [
":__support_common",
+ ":__support_cpp_array",
":__support_cpp_bit",
+ ":__support_cpp_cstddef",
":__support_cpp_type_traits",
- ":__support_cpp_array",
":libc_root",
],
)