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(
172
172
],
173
173
)
174
174
175
-
176
175
gentbl (
177
176
name = "basic_arm_sve_typeflags_gen" ,
178
177
tbl_outs = [(
@@ -996,12 +995,12 @@ cc_library(
996
995
],
997
996
deps = [
998
997
":ast_attr_gen" ,
998
+ ":ast_bytecode_opcodes_gen" ,
999
999
":ast_comment_command_info_gen" ,
1000
1000
":ast_comment_html_named_character_references_gen" ,
1001
1001
":ast_comment_html_tags_gen" ,
1002
1002
":ast_comment_html_tags_properties_gen" ,
1003
1003
":ast_comment_nodes_gen" ,
1004
- ":ast_bytecode_opcodes_gen" ,
1005
1004
":ast_decl_nodes_gen" ,
1006
1005
":ast_properties_base_gen" ,
1007
1006
":ast_stmt_data_collectors_gen" ,
@@ -1278,6 +1277,9 @@ cc_library(
1278
1277
]),
1279
1278
hdrs = glob (["include/clang/Testing/*.h" ]),
1280
1279
includes = ["include" ],
1280
+ textual_hdrs = [
1281
+ "include/clang/Testing/TestLanguage.def" ,
1282
+ ],
1281
1283
deps = [
1282
1284
":basic" ,
1283
1285
":frontend" ,
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ cc_test(
67
67
"//clang:ast" ,
68
68
"//clang:ast_matchers" ,
69
69
"//clang:frontend" ,
70
+ "//clang:testing" ,
70
71
"//clang:tooling" ,
71
72
"//llvm:Support" ,
72
73
"//llvm:TargetParser" ,
You can’t perform that action at this time.
0 commit comments