Skip to content

Commit 68c9826

Browse files
committed
[bazel] add missing dep to //clang:static_analyzer_core_options
1 parent 11758f9 commit 68c9826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/clang/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,6 +1558,7 @@ cc_library(
15581558
"include/clang/StaticAnalyzer/Core/AnalyzerOptions.def",
15591559
],
15601560
deps = [
1561+
":analysis",
15611562
":basic",
15621563
":static_analyzer_checkers_gen",
15631564
"//llvm:Support",

0 commit comments

Comments
 (0)