mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
[libc][bazel] Fix missing dependency in test/src/stdlib targets.
This commit is contained in:
@@ -15,6 +15,7 @@ cc_library(
|
||||
hdrs = ["AtoiTest.h"],
|
||||
deps = [
|
||||
"//libc:__support_cpp_type_traits",
|
||||
"//libc/test/UnitTest:LibcUnitTest",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -76,6 +77,7 @@ cc_library(
|
||||
deps = [
|
||||
"//libc:__support_cpp_limits",
|
||||
"//libc:__support_cpp_type_traits",
|
||||
"//libc/test/UnitTest:LibcUnitTest",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user