File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
utils/bazel/llvm-project-overlay Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ cc_test(
68
68
"//clang:frontend" ,
69
69
"//clang:tooling" ,
70
70
"//llvm:Support" ,
71
+ "//llvm:TargetParser" ,
71
72
"//llvm:TestingSupport" ,
72
73
"//third-party/unittest:gtest" ,
73
74
"//third-party/unittest:gtest_main" ,
@@ -207,6 +208,7 @@ cc_test(
207
208
"//clang:basic" ,
208
209
"//clang:format" ,
209
210
"//clang:frontend" ,
211
+ "//clang:rewrite" ,
210
212
"//clang:tooling_core" ,
211
213
"//llvm:Support" ,
212
214
"//third-party/unittest:gmock" ,
Original file line number Diff line number Diff line change @@ -275,6 +275,7 @@ cc_test(
275
275
"//llvm:Passes" ,
276
276
"//llvm:Support" ,
277
277
"//llvm:Target" ,
278
+ "//llvm:TargetParser" ,
278
279
"//llvm:config" ,
279
280
"//third-party/unittest:gtest" ,
280
281
"//third-party/unittest:gtest_main" ,
You can’t perform that action at this time.
0 commit comments