File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
utils/bazel/llvm-project-overlay/clang Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1785,6 +1785,7 @@ cc_library(
17851785 ":frontend" ,
17861786 ":frontend_tool" ,
17871787 ":lex" ,
1788+ ":options" ,
17881789 ":parse" ,
17891790 ":sema" ,
17901791 ":serialization" ,
@@ -2017,6 +2018,7 @@ cc_library(
20172018 ":extract_api" ,
20182019 ":frontend" ,
20192020 ":frontend_rewrite" ,
2021+ ":options" ,
20202022 ":static_analyzer_frontend" ,
20212023 "//llvm:Option" ,
20222024 "//llvm:Support" ,
@@ -2192,6 +2194,7 @@ cc_library(
21922194 ":frontend_rewrite" ,
21932195 ":frontend_tool" ,
21942196 ":lex" ,
2197+ ":options" ,
21952198 ":parse" ,
21962199 ":sema" ,
21972200 ":serialization" ,
@@ -2274,6 +2277,7 @@ cc_binary(
22742277 ":driver" ,
22752278 ":frontend" ,
22762279 ":frontend_rewrite" ,
2280+ ":options" ,
22772281 ":serialization" ,
22782282 ":static_analyzer_frontend" ,
22792283 ":tooling" ,
You can’t perform that action at this time.
0 commit comments