aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorHaojian Wu <hokein.wu@gmail.com>2024-06-06 21:14:38 +0200
committerHaojian Wu <hokein.wu@gmail.com>2024-06-06 21:15:08 +0200
commit5d0308f3930887a1610b6965b6c8cec10733cdb2 (patch)
tree7f71b3209c04c2bda5ea09e1c80208ddb16596c9 /utils
parent9ad0175ea0099351050e1dfb0074d9938f469404 (diff)
downloadllvm-5d0308f3930887a1610b6965b6c8cec10733cdb2.zip
llvm-5d0308f3930887a1610b6965b6c8cec10733cdb2.tar.gz
llvm-5d0308f3930887a1610b6965b6c8cec10733cdb2.tar.bz2
[bazel] Port for 649edb8eb25e82e3ac6fce4788f51759636229ec
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel
index 3980ef6..c8001fe 100644
--- a/utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel
@@ -99,6 +99,7 @@ libc_test(
name = "fixedvector_test",
srcs = ["fixedvector_test.cpp"],
deps = [
+ "//libc:__support_cpp_array",
"//libc:__support_fixedvector",
],
)