aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorKeith Smiley <keithbsmiley@gmail.com>2024-05-30 13:35:03 -0700
committerGitHub <noreply@github.com>2024-05-30 13:35:03 -0700
commitd471860f2d3bbc7208ebf6e9e3e5350677f9c290 (patch)
treea0086d6a03354586ec4fc3e7e02111248cf5ee70 /utils
parent6f576d957e7efd2e3b2af90d03e626f0bafbd018 (diff)
downloadllvm-d471860f2d3bbc7208ebf6e9e3e5350677f9c290.zip
llvm-d471860f2d3bbc7208ebf6e9e3e5350677f9c290.tar.gz
llvm-d471860f2d3bbc7208ebf6e9e3e5350677f9c290.tar.bz2
[bazel] Port #92983 (#93874)
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel b/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
index b44489e2..b044062 100644
--- a/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
@@ -112,6 +112,8 @@ cc_test(
"//llvm:BitstreamReader",
"//llvm:BitstreamWriter",
"//llvm:Support",
+ "//llvm:TestingSupport",
+ "//third-party/unittest:gmock",
"//third-party/unittest:gtest",
"//third-party/unittest:gtest_main",
],