Skip to content

Commit 268249f

Browse files
committed
[bazel] Fix llvm/unittests after TargetParser change
1 parent 12e73c1 commit 268249f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ cc_test(
6868
"//clang:frontend",
6969
"//clang:tooling",
7070
"//llvm:Support",
71+
"//llvm:TargetParser",
7172
"//llvm:TestingSupport",
7273
"//third-party/unittest:gtest",
7374
"//third-party/unittest:gtest_main",
@@ -207,6 +208,7 @@ cc_test(
207208
"//clang:basic",
208209
"//clang:format",
209210
"//clang:frontend",
211+
"//clang:rewrite",
210212
"//clang:tooling_core",
211213
"//llvm:Support",
212214
"//third-party/unittest:gmock",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ cc_test(
275275
"//llvm:Passes",
276276
"//llvm:Support",
277277
"//llvm:Target",
278+
"//llvm:TargetParser",
278279
"//llvm:config",
279280
"//third-party/unittest:gtest",
280281
"//third-party/unittest:gtest_main",

0 commit comments

Comments
 (0)