File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -770,6 +770,7 @@ cc_binary(
770
770
stamp = 0 ,
771
771
deps = [
772
772
":CodeGenTypes" ,
773
+ ":Option" ,
773
774
":Support" ,
774
775
":TableGen" ,
775
776
":TableGenGlobalISel" ,
Original file line number Diff line number Diff line change @@ -650,6 +650,15 @@ gentbl_cc_library(
650
650
deps = ["//llvm:OptParserTdFiles" ],
651
651
)
652
652
653
+ gentbl_cc_library (
654
+ name = "sub_command_opts_tests_gen" ,
655
+ strip_include_prefix = "Option" ,
656
+ tbl_outs = {"Option/SubCommandOpts.inc" : ["-gen-opt-parser-defs" ]},
657
+ tblgen = "//llvm:llvm-tblgen" ,
658
+ td_file = "Option/SubCommandOpts.td" ,
659
+ deps = ["//llvm:OptParserTdFiles" ],
660
+ )
661
+
653
662
gentbl_cc_library (
654
663
name = "automata_gen" ,
655
664
strip_include_prefix = "TableGen" ,
@@ -671,6 +680,7 @@ cc_test(
671
680
),
672
681
deps = [
673
682
":option_tests_gen" ,
683
+ ":sub_command_opts_tests_gen" ,
674
684
"//llvm:Option" ,
675
685
"//llvm:Support" ,
676
686
"//third-party/unittest:gtest" ,
You can’t perform that action at this time.
0 commit comments