Skip to content

Commit 019e1a3

Browse files
committed
[bazel] Add missing dependencies for c8a678b
1 parent 5e6a198 commit 019e1a3

File tree

1 file changed

+2
-0
lines changed
  • utils/bazel/llvm-project-overlay/llvm/unittests

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,15 @@ cc_test(
5252
"//llvm:AsmParser",
5353
"//llvm:CodeGen",
5454
"//llvm:Core",
55+
"//llvm:Instrumentation",
5556
"//llvm:Passes",
5657
"//llvm:Support",
5758
"//llvm:TargetParser",
5859
"//llvm:TestingSupport",
5960
"//llvm:TransformUtils",
6061
"//llvm:attributes_gen",
6162
"//llvm:config",
63+
"//third-party/unittest:gmock",
6264
"//third-party/unittest:gtest",
6365
"//third-party/unittest:gtest_main",
6466
],

0 commit comments

Comments
 (0)