File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
utils/bazel/llvm-project-overlay/clang Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ gentbl(
172172 ],
173173)
174174
175-
176175gentbl (
177176 name = "basic_arm_sve_typeflags_gen" ,
178177 tbl_outs = [(
@@ -996,12 +995,12 @@ cc_library(
996995 ],
997996 deps = [
998997 ":ast_attr_gen" ,
998+ ":ast_bytecode_opcodes_gen" ,
999999 ":ast_comment_command_info_gen" ,
10001000 ":ast_comment_html_named_character_references_gen" ,
10011001 ":ast_comment_html_tags_gen" ,
10021002 ":ast_comment_html_tags_properties_gen" ,
10031003 ":ast_comment_nodes_gen" ,
1004- ":ast_bytecode_opcodes_gen" ,
10051004 ":ast_decl_nodes_gen" ,
10061005 ":ast_properties_base_gen" ,
10071006 ":ast_stmt_data_collectors_gen" ,
@@ -1278,6 +1277,9 @@ cc_library(
12781277 ]),
12791278 hdrs = glob (["include/clang/Testing/*.h" ]),
12801279 includes = ["include" ],
1280+ textual_hdrs = [
1281+ "include/clang/Testing/TestLanguage.def" ,
1282+ ],
12811283 deps = [
12821284 ":basic" ,
12831285 ":frontend" ,
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ cc_test(
6767 "//clang:ast" ,
6868 "//clang:ast_matchers" ,
6969 "//clang:frontend" ,
70+ "//clang:testing" ,
7071 "//clang:tooling" ,
7172 "//llvm:Support" ,
7273 "//llvm:TargetParser" ,
You can’t perform that action at this time.
0 commit comments