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 @@ -708,6 +708,7 @@ cc_library(
708708 ":config" ,
709709 ":diagnostic_defs_gen" ,
710710 ":sema_attr_gen" ,
711+ ":support" ,
711712 "//llvm:Core" ,
712713 "//llvm:FrontendDebug" ,
713714 "//llvm:FrontendDriver" ,
@@ -734,6 +735,7 @@ cc_library(
734735 deps = [
735736 ":basic" ,
736737 ":config" ,
738+ ":support" ,
737739 "//llvm:Support" ,
738740 "//llvm:TargetParser" ,
739741 ],
@@ -1331,6 +1333,7 @@ cc_library(
13311333 ":frontend" ,
13321334 ":lex" ,
13331335 ":rewrite" ,
1336+ ":support" ,
13341337 ":tooling_core" ,
13351338 "//llvm:Option" ,
13361339 "//llvm:Support" ,
@@ -1868,6 +1871,7 @@ cc_library(
18681871 ":sema" ,
18691872 ":serialization" ,
18701873 ":static_analyzer_core_options" ,
1874+ ":support" ,
18711875 "//llvm:BinaryFormat" ,
18721876 "//llvm:BitReader" ,
18731877 "//llvm:BitstreamReader" ,
You can’t perform that action at this time.
0 commit comments