mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-21 10:47:03 +00:00
[bazel][libc] Add missing dep after 1e6e845d49a336e9da7ca6c576ec45c0b419b5f6
This commit is contained in:
parent
3e59710604
commit
0953706bfd
@ -602,6 +602,7 @@ libc_support_library(
|
||||
hdrs = ["src/__support/CPP/span.h"],
|
||||
deps = [
|
||||
":__support_cpp_array",
|
||||
":__support_cpp_limits",
|
||||
":__support_cpp_type_traits",
|
||||
],
|
||||
)
|
||||
@ -611,6 +612,7 @@ libc_support_library(
|
||||
hdrs = ["src/__support/CPP/string_view.h"],
|
||||
deps = [
|
||||
":__support_common",
|
||||
":__support_cpp_limits",
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user